Skip to content

Commit

Permalink
actually remembring to add the correct whitespace file to my commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tcollins2011 committed Oct 10, 2024
1 parent d86bcf0 commit 3c35f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sylph/sylph_to_taxprof.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def genome_file_to_gtdb_acc(file_name):
return(file_name.split('/')[-1].split("_genomic")[0])
return (file_name.split('/')[-1].split("_genomic")[0])


parser = argparse.ArgumentParser(description='Convert a sylph output tsv file to a set of output files in MetaPhlAn format.')
Expand Down

0 comments on commit 3c35f6f

Please sign in to comment.