Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bcantarel/school
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandi Cantarel committed Sep 21, 2020
2 parents 96d9ecc + 6515c45 commit 6f0a174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goalConsensus.nf
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ process pindel {
file("${caseid}.pindel.genefusion.txt") into pindelgf
script:
"""
bash ${repoDir}/process_scripts/variants/svcalling.sh -r $index_path -p $caseid -l ${index_path}/itd_genes.bed -a pindel -c $capturebed -g $params.snpeff_vers -f
bash ${repoDir}/process_scripts/variants/svcalling.sh -r $index_path -p $caseid -l ${index_path}/itd_genes.bed -a pindel -c ${index_path}/goal_core497.bed -g $params.snpeff_vers -f
"""
}

Expand Down

0 comments on commit 6f0a174

Please sign in to comment.