Skip to content

Commit 3196d35

Browse files
committed
Updating README.md.
Fixing command line code in enumerated list.
1 parent 07429b1 commit 3196d35

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -116,27 +116,27 @@ do so in the following order:
116116

117117
1. Get tests of `get_reverse` function working:
118118

119-
$ python3 test_translate.py TestGetReverse
119+
$ python3 test_translate.py TestGetReverse
120120

121121
1. Get tests of `get_complement` function working:
122122

123-
$ python3 test_translate.py TestGetComplement
123+
$ python3 test_translate.py TestGetComplement
124124

125125
1. Get tests of `reverse_and_complement` function working:
126126

127-
$ python3 test_translate.py TestReverseAndComplement
127+
$ python3 test_translate.py TestReverseAndComplement
128128

129129
1. Get tests of `translate_sequence` function working:
130130

131-
$ python3 test_translate.py TestTranslateSequence
131+
$ python3 test_translate.py TestTranslateSequence
132132

133133
1. Get tests of `get_all_translations` function working:
134134

135-
$ python3 test_translate.py TestGetAllTranslations
135+
$ python3 test_translate.py TestGetAllTranslations
136136

137137
1. Get tests of `get_longest_peptide` function working:
138138

139-
$ python3 test_translate.py TestGetLongestPeptide
139+
$ python3 test_translate.py TestGetLongestPeptide
140140

141141

142142
**NOTE: You do NOT need to know how the tests work! You only need to add code

0 commit comments

Comments
 (0)