Skip to content

Commit

Permalink
make unclassified label consistent across -t modes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cengoni authored Oct 14, 2024
1 parent 0009254 commit b139d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metaphlan/metaphlan.py
Original file line number Diff line number Diff line change
Expand Up @@ -1646,9 +1646,9 @@ def main():
"relative_abundance",
"coverage",
"estimated_number_of_reads_from_the_clade" ]) +"\n" )
outf.write( "unclassified\t-1\t100.0\t0\t0\n" )
outf.write( "UNCLASSIFIED\t-1\t100.0\t0\t0\n" )
else:
outf.write( "unclassified\t100.0\n" )
outf.write( "UNCLASSIFIED\t100.0\n" )
maybe_generate_biom_file(tree, pars, outpred)

elif pars['t'] == 'clade_profiles':
Expand Down

0 comments on commit b139d5f

Please sign in to comment.