Skip to content

Commit

Permalink
remove view statement
Browse files Browse the repository at this point in the history
  • Loading branch information
FriederikeHanssen committed Aug 16, 2023
1 parent 4aab558 commit 89163ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions subworkflows/local/bam_joint_calling_germline_gatk/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ workflow BAM_JOINT_CALLING_GERMLINE_GATK {
[[id:"joint_variant_calling", patient:"all_samples", variantcaller:"haplotypecaller"], tbi_out]
}

genotype_vcf.view()

versions = versions.mix(GATK4_GENOMICSDBIMPORT.out.versions)
versions = versions.mix(GATK4_GENOTYPEGVCFS.out.versions)
versions = versions.mix(VARIANTRECALIBRATOR_SNP.out.versions)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_joint_germline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
- vqsr
files:
- path: results/csv/variantcalled.csv
md5sum: 1a7e405250ac5f253197ebf4672b1f98
md5sum: 8513cd4aef3f54e2a72940461617c6c7
- path: results/multiqc
- path: results/preprocessing/recalibrated/test/test.recal.cram
should_exist: false
Expand Down

0 comments on commit 89163ce

Please sign in to comment.