Skip to content
Snippets Groups Projects
Select Git revision
  • 6578edd87914a8f97daaa33efd190772183c8b43
  • master default protected
2 results

blast_vs_swissprot.yaml

Blame
  • 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'