Skip to content

Commit 555be96

Browse files
committed
adding python/3.7 module for new recall rule
1 parent e819c3f commit 555be96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflow/Snakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ rule recall_valid_BSJ_split_BAM_by_strand_create_BW:
788788
pythonscript=join(SCRIPTS_DIR,"validate_BSJ_reads_and_split_BSJ_bam_by_strand.py"),
789789
regions=config['regions']
790790
threads: 2
791-
envmodules: TOOLS["samtools"]["version"],TOOLS["bedtools"]["version"],TOOLS["ucsc"]["version"],TOOLS["sambamba"]["version"]
791+
envmodules: TOOLS["samtools"]["version"],TOOLS["bedtools"]["version"],TOOLS["ucsc"]["version"],TOOLS["sambamba"]["version"],TOOLS["python37"]["version"]
792792
shell:"""
793793
cd {params.outdir}
794794
bam_basename="$(basename {input.bam})"

0 commit comments

Comments
 (0)