Skip to content

Commit efd5e50

Browse files
authored
Small tweak
1 parent 4d70e93 commit efd5e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snakemake_wrapper_utils/samtools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def get_samtools_opts(
2929
if parse_threads:
3030
if is_arg("-@", extra) or is_arg("--threads", extra):
3131
sys.exit(
32-
"You have specified number of threads (`-@/--threads`) in `params.extra`; please use only `threads`."
32+
"You have specified number of threads (`-@/--threads`) in `params.extra`; this is automatically infered from `threads`."
3333
)
3434
samtools_opts += (
3535
""

0 commit comments

Comments
 (0)