Skip to content

Commit

Permalink
rename outliers -> outliers_py to avoid name conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
hdashnow committed May 27, 2021
1 parent e58d919 commit 1af14ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/pipeline-stages.groovy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Load pipeline configurations such as reference genome, locations of tools
strling='strling'
outliers='strling-outliers.py'
outliers_py='strling-outliers.py'
load "pipeline_config.groovy"

if(args.any { it.endsWith('.cram') })
Expand Down Expand Up @@ -82,7 +82,7 @@ str_call_joint = {
outliers = {
from("*-genotype.txt", "*-unplaced.txt") produce("STRs.tsv") {
exec """
$outliers
$outliers_py
--genotypes *-genotype.txt
--unplaced *-unplaced.txt
--emit control-file.tsv
Expand Down

0 comments on commit 1af14ca

Please sign in to comment.