diff --git a/tools/sylph/sylph_to_taxprof.py b/tools/sylph/sylph_to_taxprof.py index 1a0233cd13..caa5412b5f 100644 --- a/tools/sylph/sylph_to_taxprof.py +++ b/tools/sylph/sylph_to_taxprof.py @@ -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.')