Skip to content

Commit b5f0684

Browse files
remove testing folder, add -q to model download
1 parent 27a917b commit b5f0684

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

autoafids/workflow/rules/cnn.smk

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rule download_cnn_model:
77
output:
88
unzip_dir=directory(Path(download_dir) / "models"),
99
shell:
10-
"wget https://{params.url} -O model.zip && "
10+
"wget -q https://{params.url} -O model.zip && "
1111
" unzip -q -d {output.unzip_dir} model.zip && "
1212
" rm model.zip"
1313

test_out/sub-001/afids-cnn/sub-001_desc-groundtruth_afids.fcsv

-35
This file was deleted.

0 commit comments

Comments
 (0)