mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Merge branch 'master' into busco_md5sum_patch
This commit is contained in:
commit
c1761293d8
2 changed files with 7 additions and 6 deletions
|
@ -11,7 +11,7 @@ process SAMTOOLS_MPILEUP {
|
|||
path fasta
|
||||
|
||||
output:
|
||||
tuple val(meta), path("*.mpileup"), emit: mpileup
|
||||
tuple val(meta), path("*.mpileup.gz"), emit: mpileup
|
||||
path "versions.yml" , emit: versions
|
||||
|
||||
when:
|
||||
|
@ -27,6 +27,7 @@ process SAMTOOLS_MPILEUP {
|
|||
--output ${prefix}.mpileup \\
|
||||
$args \\
|
||||
$input
|
||||
bgzip ${prefix}.mpileup
|
||||
cat <<-END_VERSIONS > versions.yml
|
||||
"${task.process}":
|
||||
samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//')
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
- samtools
|
||||
- samtools/mpileup
|
||||
files:
|
||||
- path: output/samtools/test.mpileup
|
||||
md5sum: 958e6bead4103d72026f80153b6b5150
|
||||
- path: output/samtools/test.mpileup.gz
|
||||
md5sum: 29455c36377196e8bc9cf831cf17b5dc
|
||||
- path: output/samtools/versions.yml
|
||||
|
||||
- name: samtools mpileup test_samtools_mpileup_intervals
|
||||
|
@ -14,6 +14,6 @@
|
|||
- samtools
|
||||
- samtools/mpileup
|
||||
files:
|
||||
- path: output/samtools/test.mpileup
|
||||
md5sum: 958e6bead4103d72026f80153b6b5150
|
||||
- path: output/samtools/test.mpileup.gz
|
||||
md5sum: 29455c36377196e8bc9cf831cf17b5dc
|
||||
- path: output/samtools/versions.yml
|
||||
|
|
Loading…
Reference in a new issue