Skip to content

Commit

Permalink
rm print lineage
Browse files Browse the repository at this point in the history
  • Loading branch information
KateSakharova committed Feb 20, 2024
1 parent e5bc45c commit 37aec6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion genomeuploader/genome_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ def compute_MAG_quality(completeness, contamination, RNApresence):
def extract_tax_info(taxInfo):
# if unclassified, block the execution
lineage, position, digitAnnotation = taxInfo.split(';'), 0, False
print(lineage)
lineageFirst = lineage[0]
if "Unclassified " in lineageFirst:
if "Archaea" in lineageFirst:
Expand Down

0 comments on commit 37aec6b

Please sign in to comment.