Fix/samtools flagstat (#1979)

* fix samtools stats thread usage

* flagstat: fix threads
This commit is contained in:
Matthias De Smet 2022-08-29 13:11:58 +02:00 committed by GitHub
parent f4eab79459
commit bbb99cb8d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
process SAMTOOLS_FLAGSTAT {
tag "$meta.id"
label 'process_low'
label 'process_single'
conda (params.enable_conda ? "bioconda::samtools=1.15.1" : null)
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
@ -23,7 +23,7 @@ process SAMTOOLS_FLAGSTAT {
"""
samtools \\
flagstat \\
--threads ${task.cpus-1} \\
--threads ${task.cpus} \\
$bam \\
> ${prefix}.flagstat

View file

@ -1,8 +1,8 @@
- name: samtools flagstat test_samtools_flagstat
command: nextflow run ./tests/modules/samtools/flagstat -entry test_samtools_flagstat -c ./tests/config/nextflow.config -c ./tests/modules/samtools/flagstat/nextflow.config
tags:
- samtools
- samtools/flagstat
- samtools
files:
- path: output/samtools/test.flagstat
md5sum: 4f7ffd1e6a5e85524d443209ac97d783