@@ -102,7 +102,7 @@ def write_body(output):
102102 output .write (" {:<55} {:>0}" .format ("- *.faa" , "- gene amino-acid sequences\n " ))
103103 output .write (" {:<55} {:>0}" .format ("- *.fasta" , "- gene nucleotide sequences\n " ))
104104 output .write (" {:<55} {:>0}" .format ("- *.gff" , "- predicted genes in general feature format\n \n " ))
105-
105+
106106 output .write (" {:<59} {:>0}" .format ("- " + str (annotations_and_tax_dir ), "- per-sample Kegg Orthology (KO) annotations, taxonomy, and coverages\n " ))
107107 output .write (" {:<55} {:>0}" .format ("- *-gene-coverage-annotation-tax.tsv" , "- tables with gene coverage, annotation, and taxonomy info\n " ))
108108 output .write (" {:<55} {:>0}" .format ("- *-contig-coverage-and-tax.tsv" , "- tables with contig coverage and taxonomy info\n \n " ))
@@ -114,12 +114,12 @@ def write_body(output):
114114
115115 if os .path .exists (assembly_based_dir + bins_dir ):
116116 output .write (" {:<59} {:>0}" .format ("- " + str (bins_dir ), "- genomic bins recovered (if any)\n " ))
117- output .write (" {:<55} {:>0}" .format ("- *.fa " , "- fasta files of bins recovered\n " ))
117+ output .write (" {:<55} {:>0}" .format ("- *.fasta " , "- fasta files of bins recovered\n " ))
118118 output .write (" {:<55} {:>0}" .format ("- bins-overview.tsv" , "- summary stats of bins recovered\n \n " ))
119119
120120 if os .path .exists (assembly_based_dir + MAGs_dir ):
121121 output .write (" {:<59} {:>0}" .format ("- " + str (MAGs_dir ), "- high-quality Metagenome-Assembled Genomes recovered (if any; > 90% est. comp., < 10% est. redundancy)\n " ))
122- output .write (" {:<55} {:>0}" .format ("- *.fa " , "- fasta files of MAGs\n " ))
122+ output .write (" {:<55} {:>0}" .format ("- *.fasta " , "- fasta files of MAGs\n " ))
123123 output .write (" {:<55} {:>0}" .format ("- MAGs-overview.tsv" , "- summary stats of MAGs including GTDB taxonomy\n \n " ))
124124
125125 output .write (" {:<59} {:>0}" .format ("- " + str (combined_output_dir ), "- summary outputs with all samples combined\n " ))
0 commit comments