We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d70e93 commit efd5e50Copy full SHA for efd5e50
snakemake_wrapper_utils/samtools.py
@@ -29,7 +29,7 @@ def get_samtools_opts(
29
if parse_threads:
30
if is_arg("-@", extra) or is_arg("--threads", extra):
31
sys.exit(
32
- "You have specified number of threads (`-@/--threads`) in `params.extra`; please use only `threads`."
+ "You have specified number of threads (`-@/--threads`) in `params.extra`; this is automatically infered from `threads`."
33
)
34
samtools_opts += (
35
""
0 commit comments