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:
nickhsmith 2022-08-16 14:16:35 +02:00 committed by GitHub
parent 458f4396a6
commit 454e0acc09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -26,6 +26,7 @@ process SAMTOOLS_MPILEUP {
--fasta-ref $fasta \\
--output ${prefix}.mpileup \\
$args \\
$intervals \\
$input
bgzip ${prefix}.mpileup
cat <<-END_VERSIONS > versions.yml

View file

@ -15,5 +15,5 @@
- samtools/mpileup
files:
- path: output/samtools/test.mpileup.gz
md5sum: 29455c36377196e8bc9cf831cf17b5dc
md5sum: d0538ec23b294245748ced92484b9a8d
- path: output/samtools/versions.yml