Skip to content

Commit

Permalink
Merge pull request #118 from umccr/fix/issue-109
Browse files Browse the repository at this point in the history
  • Loading branch information
skanwal authored Aug 29, 2023
2 parents 18f35a2 + 300df7a commit 77408a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmd_files/RNAseq_report.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -3538,7 +3538,7 @@ fusions <- fusions[ colnames(fusions) %in% c("geneA", "geneB", "breakpointA", "b
fusions$geneA_dna_support <- "-"
fusions$geneB_dna_support <- "-"
if ( runPizzlyChunk || runDragenFusionChunk ) {
if ( runPizzlyChunk || runFusionChunk ) {
fusions$Arriba <- c(rep("Yes", nrow(fusions)))
}
Expand Down

0 comments on commit 77408a9

Please sign in to comment.