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

Added module manifests

parent 349eb1e7
No related branches found
No related tags found
No related merge requests found
# Module manifest for the blastp against swissprot analysis
# The name of the module. Is needed for the list-analyses option, for custom
# configurations and custom profiles
name: 'blastp_swissprot'
# Short description of the analysis
info: 'blastp analysis against swissprot'
# The name of the script for the analysis step. Must take a --fasta parameter
analysis_script: '../bin/module_blast_swissprot.py'
# The name of the result to json converter script. Must take one parameter, the
# result file from the analysis_script
converter_script: '../bin/convert_blast_swissprot.py'
# Module manifest for the signalp analysis
# The name of the module. Is needed for the list-analyses option, for custom
# configurations and custom profiles
name: 'signalp'
# Short description of the analysis
info: 'predict signal peptides'
# The name of the script for the analysis step. Must take a --fasta parameter
analysis_script: '../bin/module_signalp.py'
# The name of the result to json converter script. Must take one parameter, the
# result file from the analysis_script
converter_script: '../bin/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