Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hem
hamlet
Commits
ea202861
Commit
ea202861
authored
May 06, 2018
by
bow
Browse files
Rename itd tools based on upstream changes
parent
9849bd3e
Changes
3
Hide whitespace changes
Inline
Side-by-side
config-base.yml
View file @
ea202861
...
...
@@ -64,10 +64,10 @@ settings:
# kmt2a_start: 456
# kmt2a_end: 4719
# Path to the `
fidus
` executable used for detection of FLT3 ITD.
#
fidus
_exe:
# Path to the `
rose-dt
` executable used for detection of FLT3 ITD.
#
rose_dt
_exe:
# Path to the `
fidus
-plot.py` script used for plotting FLT3 ITD detection results.
# Path to the `
rose-dt
-plot.py` script used for plotting FLT3 ITD detection results.
#plot_itd:
# Path to the conda environment file specifying the `fidus-plot.py` script dependencies.
...
...
includes/itd/Snakefile.flt3
View file @
ea202861
...
...
@@ -4,8 +4,6 @@ from rattle import Run
RUN = Run(config)
# TODO: deploy fidus_exe and plot script properly
# Region of interest ~ exon 14-15 in transcript coordinates.
RUN.set_default_setting("flt3_name", "FLT3-001")
RUN.set_default_setting("flt3_start", 1787)
...
...
@@ -39,7 +37,7 @@ rule detect_flt3:
bam=RUN.output("{sample}/itd/{sample}.flt3.bam"),
bai=RUN.output("{sample}/itd/{sample}.flt3.bai"),
ref=RUN.settings["flt3_fasta"],
exe=RUN.settings["
fidus
_exe"],
exe=RUN.settings["
rose_dt
_exe"],
output:
csv=RUN.output("{sample}/itd/{sample}.flt3.csv"),
bg_csv=RUN.output("{sample}/itd/{sample}.flt3.bg.csv"),
...
...
includes/itd/Snakefile.kmt2a
View file @
ea202861
...
...
@@ -37,7 +37,7 @@ rule detect_kmt2a:
bam=RUN.output("{sample}/itd/{sample}.kmt2a.bam"),
bai=RUN.output("{sample}/itd/{sample}.kmt2a.bai"),
ref=RUN.settings["kmt2a_fasta"],
exe=RUN.settings["
fidus
_exe"],
exe=RUN.settings["
rose_dt
_exe"],
output:
csv=RUN.output("{sample}/itd/{sample}.kmt2a.csv"),
bg_csv=RUN.output("{sample}/itd/{sample}.kmt2a.bg.csv"),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment