Skip to content
Snippets Groups Projects
Commit c4840025 authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

remove unused variable

parent a6eda082
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@ def fasta_reader(fasta_path):
header = line.split()
id_ = header[0]
comment = ' '.join(header[1:])
in_sequence = True
else:
sequence += line.strip()
return Sequence(id_ , comment, sequence)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment