Skip to content

Commit

Permalink
do not create an index in ctat splicing
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Dec 19, 2024
1 parent 62ee76f commit 19d1cc1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/local/ctatsplicing/startocancerintrons/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ process CTATSPLICING_STARTOCANCERINTRONS {
prefix = task.ext.prefix ?: "${meta.id}"
def bam_arg = bam ? "--bam_file ${bam}" : ""
def VERSION = '0.0.2' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions.
def create_index = bam && !bai ? "samtools index ${bam}" : ""
"""
${create_index}
/usr/local/src/CTAT-SPLICING/STAR_to_cancer_introns.py \\
--SJ_tab_file ${split_junction} \\
--chimJ_file ${junction} \\
Expand Down

0 comments on commit 19d1cc1

Please sign in to comment.