Skip to content

Commit

Permalink
comment out prints
Browse files Browse the repository at this point in the history
  • Loading branch information
aineniamh committed Mar 15, 2024
1 parent 1c10045 commit b60de9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions piranha/input_parsing/input_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,11 @@ def parse_fasta_file(supplementary_datadir,supp_file,seq_records,no_reference_gr
for field in record.description.split(" "):
if field.startswith(VALUE_REFERENCE_GROUP_FIELD):
ref_group = field.split("=")[1]
# print(VALUE_REFERENCE_GROUP_FIELD, "ref group", ref_group)

if ref_group not in config[KEY_REFERENCES_FOR_CNS]:
no_reference_group.add(record.id)
# print(record.id)
else:
total_seqs[ref_group]+=1
seq_records.append(record)
Expand Down

0 comments on commit b60de9f

Please sign in to comment.