Skip to content

Commit

Permalink
fix: use sample sheet name in gridss output for continuity
Browse files Browse the repository at this point in the history
  • Loading branch information
dnousome committed Nov 19, 2024
1 parent bad8d32 commit a430a1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/local/structural_variant.nf
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ process gridss_somatic {
"""
gridss --jar /opt2/gridss/gridss-2.13.2-gridss-jar-with-dependencies.jar \
-r $BWAGENOME \
-l ${normalname},${tumorname} \
-o ${tumorname}_vs_${normalname}.vcf.gz -b $BLACKLIST \
--picardoptions VALIDATION_STRINGENCY=LENIENT \
--jvmheap 90g \
Expand Down Expand Up @@ -190,6 +191,7 @@ process gridss_tonly {
"""
gridss --jar /opt2/gridss/gridss-2.13.2-gridss-jar-with-dependencies.jar \
-r $BWAGENOME \
-l ${tumorname} \
-o ${tumorname}.vcf.gz -b $BLACKLIST \
--picardoptions VALIDATION_STRINGENCY=LENIENT \
${tumor} -t $task.cpus
Expand Down

0 comments on commit a430a1e

Please sign in to comment.