Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Laura Denies
PathoFact
Commits
33756c49
Commit
33756c49
authored
Apr 20, 2020
by
Valentina Galata
Browse files
adjusted paths to scripts in rules (issue
#15
)
parent
27eb51b0
Changes
4
Hide whitespace changes
Inline
Side-by-side
rules/AMR/Combine_MGE_AMR
View file @
33756c49
...
...
@@ -26,7 +26,7 @@ rule combine_AMR_plasmid:
Report_2=temp("{OUTDIR}/{project}/AMR/{input_file}_MGE_AMR_prediction_report_temp.csv")
params: outdir="{OUTDIR}"
conda: "../../envs/R.yaml"
script: "AMR_MGE.R"
script: "
../../scripts/
AMR_MGE.R"
rule modify_details:
input:"{OUTDIR}/{project}/AMR/{input_file}_MGE_AMR_prediction_detail_temp.csv"
...
...
rules/Toxin/Combine_Toxin_SignalP
View file @
33756c49
...
...
@@ -24,7 +24,7 @@ rule R_script:
message: "Run external R script to join SignalP and ToxinHMM"
params: outdir="{OUTDIR}"
conda: "../../envs/R.yaml"
script: "ownHMM_library.R"
script: "
../../scripts/
ownHMM_library.R"
#Put the different files in the correct configuration
###Gene table library
...
...
rules/Universal/Combine_PathoFact
View file @
33756c49
...
...
@@ -14,7 +14,7 @@ rule combine_PathoFact:
AMR_MGE="{OUTDIR}/{project}/AMR_MGE_prediction_{input_file}_report.tsv"
output: "{OUTDIR}/{project}/PathoFact_{input_file}_predictions.csv"
conda: "../../envs/R.yaml"
script: "PathoFact.R"
script: "
../../scripts/
PathoFact.R"
rules/Virulence/Virulence
View file @
33756c49
...
...
@@ -56,7 +56,7 @@ rule HMM_R_VIR:
ID="{OUTDIR}/{project}/renamed/{input_file}_translation.tsv"
output: "{OUTDIR}/{project}/VIRULENCE/HMM_virulence/{input_file}.hmm_results.csv"
conda: "../../envs/R.yaml"
script: "hmm.R"
script: "
../../scripts/
hmm.R"
## Give pathogenicity prediction
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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