Skip to content

Commit 42c4cbd

Browse files
committed
show-failed-logs
1 parent 05ebe89 commit 42c4cbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

atlas/atlas.py

+1
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ def run_download(db_dir, jobs, snakemake_args):
240240
"--jobs {jobs} --rerun-incomplete "
241241
"--conda-frontend mamba --scheduler greedy "
242242
"--nolock --use-conda --conda-prefix {conda_prefix} "
243+
" --show-failed-logs "
243244
"--config database_dir='{db_dir}' {add_args} "
244245
"{args}"
245246
).format(

0 commit comments

Comments
 (0)