Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub-courses
python_one_week_4_biologists_solutions
Commits
c5f48a35
Commit
c5f48a35
authored
Feb 18, 2016
by
Bertrand Néron
Browse files
fix typo in comment
parent
c72594f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/_static/code/multiple_fasta_reader2.py
View file @
c5f48a35
...
...
@@ -26,7 +26,7 @@ def fasta_reader(fasta_file):
comment
=
' '
.
join
(
header
[
1
:])
else
:
# I already parse a sequence
# So the begining of this sequence indicate the end of the
# So the begin
n
ing of this sequence indicate the end of the
# previous sequence
# put the cursor one line in back for the next fasta_reader call
fasta_file
.
seek
(
-
len
(
line
),
1
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment