Select Git revision
blast_vs_swissprot.yaml
Lukas Jelonek authored
blast_vs_swissprot.yaml 584 B
# 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'