Skip to content

Commit

Permalink
Merge pull request #76 from nf-core/lilac-samplesheet-bam-input
Browse files Browse the repository at this point in the history
Allow RNA BAM from samplesheet as LILAC input
  • Loading branch information
scwatts authored Aug 6, 2024
2 parents 41010dd + 7ec0f39 commit 49872fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subworkflows/local/lilac_calling/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ workflow LILAC_CALLING {
nbai_dna,
tbam_dna,
tbai_dna,
tbam_rna,
tbai_rna,
Utils.selectCurrentOrExisting(tbam_rna, meta, Constants.INPUT.BAM_RNA_TUMOR),
Utils.selectCurrentOrExisting(tbai_rna, meta, Constants.INPUT.BAI_RNA_TUMOR),
Utils.selectCurrentOrExisting(purple_dir, meta, Constants.INPUT.PURPLE_DIR),
]
}
Expand Down

0 comments on commit 49872fc

Please sign in to comment.