Skip to content
Snippets Groups Projects
Commit bc348a21 authored by Valentina Galata's avatar Valentina Galata
Browse files

fixed a bug: wrong symbol in operams installation cmd (issue #43)

parent 059849c2
No related branches found
No related tags found
No related merge requests found
......@@ -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} && touch {output}"
"(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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment