File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -183,13 +183,13 @@ def gen_and_write_out_filenames_table(sample_names):
183183
184184 if os .path .exists (bins_dir + "bins-overview.tsv" ):
185185 bins_col = ["bins-overview.tsv" ]
186- bins_dir_files = [file for file in os .listdir (bins_dir ) if file .endswith (".fa " )]
186+ bins_dir_files = [file for file in os .listdir (bins_dir ) if file .endswith (".fasta " )]
187187 else :
188188 bins_col = ["" ]
189189
190190 if os .path .exists (MAGs_dir + "MAGs-overview.tsv" ):
191191 MAGs_col = ["MAGs-overview.tsv" ]
192- MAGs_dir_files = [file for file in os .listdir (MAGs_dir ) if file .endswith (".fa " )]
192+ MAGs_dir_files = [file for file in os .listdir (MAGs_dir ) if file .endswith (".fasta " )]
193193 else :
194194 MAGs_col = ["" ]
195195
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- version=' 1.0.04 '
3+ version=' 1.0.05 '
44
55GREEN=' \033[0;32m'
66NC=' \033[0m'
You can’t perform that action at this time.
0 commit comments