Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Commit

Permalink
fixing config r-params-base typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Szilveszter Juhos committed Oct 25, 2017
1 parent 0030b8b commit e3d7141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/singularity-path.config
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ process {
$RealignerTargetCreator.container = "${params.containerPath}/gatk-${params.tag}.img"
$RecalibrateBam.container = "${params.containerPath}/gatk-${params.tag}.img"
$RunAlleleCount.container = "${params.containerPath}/runallelecount-${params.tag}.img"
$RunAscat.container = "${params.containerPath}/r-params.base-${params.tag}.img"
$RunAscat.container = "${params.containerPath}/r-base-${params.tag}.img"
$RunBamQC.container = "${params.containerPath}/qualimap-${params.tag}.img"
$RunBcftoolsStats.container = "${params.containerPath}/caw-${params.tag}.img"
$RunConvertAlleleCounts.container = "${params.containerPath}/r-params.base-${params.tag}.img"
$RunConvertAlleleCounts.container = "${params.containerPath}/r-base-${params.tag}.img"
$RunFastQC.container = "${params.containerPath}/fastqc-${params.tag}.img"
$RunFreeBayes.container = "${params.containerPath}/freebayes-${params.tag}.img"
$RunGenotypeGVCFs.container = "${params.containerPath}/gatk-${params.tag}.img"
Expand Down

0 comments on commit e3d7141

Please sign in to comment.