Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluebbert committed May 20, 2024
1 parent 282b120 commit 62abb47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gget/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def read_fasta(fasta):
titles = []
seqs = []
title_last = False
new_seq = False
with open(fasta) as fasta_file:
for i, line in enumerate(fasta_file):
if i == 0 and line[0] != ">":
Expand Down

0 comments on commit 62abb47

Please sign in to comment.