From 3c35f6f422b424042c7b492286ed8e8f47128aa4 Mon Sep 17 00:00:00 2001 From: tcollins2011 Date: Thu, 10 Oct 2024 10:14:38 -0400 Subject: [PATCH] actually remembring to add the correct whitespace file to my commit --- tools/sylph/sylph_to_taxprof.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.')