Skip to content
Snippets Groups Projects

Targetp

7 files
+ 99
0
Compare changes
  • Side-by-side
  • Inline

Files

+ 22
0
# Module manifest for the targetp analysis
# The name of the module. Is needed for the list-analyses option, for custom
# configurations and custom profiles
name: 'targetp'
# Short description of the analysis
info: 'predict subcellular peptide location'
# The configuration of the script for the analysis step.
analysis:
# script must take a --fasta parameter
script: 'run_targetp.py'
# specify additional default configuration here
parameters:
# The configuration of the script for the json conversion step.
converter:
# script must take a --result parameter, which is the result from the analysis step
script: 'convert_targetp.py'
# specify additional default configuration here
parameters:
Loading