Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ONT_pilot_gitlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESB
ONT_pilot_gitlab
Commits
d1cb5e4a
Commit
d1cb5e4a
authored
4 years ago
by
Valentina Galata
Browse files
Options
Downloads
Patches
Plain Diff
updated operams installation rule and log file name for rgi db
parent
1c731cdc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
workflow/rules/setup.smk
+3
-3
3 additions, 3 deletions
workflow/rules/setup.smk
with
3 additions
and
3 deletions
workflow/rules/setup.smk
+
3
−
3
View file @
d1cb5e4a
...
...
@@ -31,7 +31,7 @@ rule install_minced:
# OPERA-MS
rule install_operams:
output:
os.path.join(MOD_DIR, "operams/
OPERA-MS.pl
")
os.path.join(MOD_DIR, "operams/
installation.done
")
log:
"logs/setup.operams.log"
params:
...
...
@@ -41,7 +41,7 @@ rule install_operams:
message:
"Setup: install OPERA-MS"
shell:
"(cd ${params.path} && make && perl utils/install_perl_module.pl && perl OPERA-MS.pl check-dependency) &> {log}"
"(cd ${params.path} && make && perl utils/install_perl_module.pl && perl OPERA-MS.pl check-dependency) &> {log}
&& touch {output}
"
# Download RGI data
rule download_rgi_db:
...
...
@@ -81,7 +81,7 @@ rule setup_bbmap_host_ref:
output:
os.path.join(DB_DIR, "{bname}.fasta")
log:
"logs/setup.bbmap.hostref.log"
"logs/setup.bbmap.hostref.
{bname}.
log"
params:
url=lambda wildcards, output: config["bbmap"]["host_refs"][wildcards.bname]
shell:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment