Skip to content
Snippets Groups Projects
Commit 43fe9e23 authored by Lukas Jelonek's avatar Lukas Jelonek
Browse files

Removed relative path in config

parent 15f4a749
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,8 @@ name: 'blastp_swissprot' ...@@ -8,8 +8,8 @@ name: 'blastp_swissprot'
info: 'blastp analysis against swissprot' info: 'blastp analysis against swissprot'
# The name of the script for the analysis step. Must take a --fasta parameter # The name of the script for the analysis step. Must take a --fasta parameter
analysis_script: '../bin/module_blast_swissprot.py' analysis_script: 'module_blast_swissprot.py'
# The name of the result to json converter script. Must take one parameter, the # The name of the result to json converter script. Must take one parameter, the
# result file from the analysis_script # result file from the analysis_script
converter_script: '../bin/convert_blast_swissprot.py' converter_script: 'convert_blast_swissprot.py'
...@@ -8,8 +8,8 @@ name: 'signalp' ...@@ -8,8 +8,8 @@ name: 'signalp'
info: 'predict signal peptides' info: 'predict signal peptides'
# The name of the script for the analysis step. Must take a --fasta parameter # The name of the script for the analysis step. Must take a --fasta parameter
analysis_script: '../bin/module_signalp.py' analysis_script: 'module_signalp.py'
# The name of the result to json converter script. Must take one parameter, the # The name of the result to json converter script. Must take one parameter, the
# result file from the analysis_script # result file from the analysis_script
converter_script: '../bin/convert_signalp.py' converter_script: 'convert_signalp.py'
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