Skip to content

Commit

Permalink
frombam
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jan 10, 2025
1 parent 642beaf commit 9d3db21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion snakePipes/workflows/mRNAseq/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ else:
elif "allelic-counting" in mode:
allele_mode = "from_split_bam"
include: os.path.join(maindir, "shared", "rules", "deepTools_RNA_allelic.snakefile")

elif "allelic-whatshap" in mode:
include: os.path.join(maindir, "shared", "rules", "whatshap.snakefile")
include: os.path.join(maindir, "shared", "rules", "deepTools_RNA_allelic.snakefile")
include: os.path.join(maindir, "shared", "rules", "LinkBam.snakefile")


Expand Down

0 comments on commit 9d3db21

Please sign in to comment.