Skip to content

Commit

Permalink
read also last sequence of a fastafile
Browse files Browse the repository at this point in the history
  • Loading branch information
kriese committed Jun 3, 2022
1 parent 3f72d5c commit c3739cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/scripts/sequence_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def add_to_coll(ns: NamedSequence):
else:
ns.sequence += line

add_to_coll(NamedSequence())
add_to_coll(ns)

return seq_coll

0 comments on commit c3739cf

Please sign in to comment.