mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Mpileup intervals (#1955)
* update tests * update * update * make the manta inputs consistant for germline/somatic/tumoronly * match chromosomes to cram file (chr21) * undo genotypegvfs * undo genotypegvfs * include intervals * update md5 with interval Co-authored-by: Smith Nicholas <smith@in.tum.de>
This commit is contained in:
parent
458f4396a6
commit
454e0acc09
2 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@ process SAMTOOLS_MPILEUP {
|
|||
--fasta-ref $fasta \\
|
||||
--output ${prefix}.mpileup \\
|
||||
$args \\
|
||||
$intervals \\
|
||||
$input
|
||||
bgzip ${prefix}.mpileup
|
||||
cat <<-END_VERSIONS > versions.yml
|
||||
|
|
|
@ -15,5 +15,5 @@
|
|||
- samtools/mpileup
|
||||
files:
|
||||
- path: output/samtools/test.mpileup.gz
|
||||
md5sum: 29455c36377196e8bc9cf831cf17b5dc
|
||||
md5sum: d0538ec23b294245748ced92484b9a8d
|
||||
- path: output/samtools/versions.yml
|
||||
|
|
Loading…
Reference in a new issue