Skip to content
Snippets Groups Projects
Select Git revision
  • b0dced7210746a6bd775158086314d8d2af89ae8
  • master default protected
  • 0.4.0
  • 0.3.6
  • 0.3.5
  • 0.3.4
  • 0.3.3
  • 0.3.2
  • 0.3.1
  • 0.3.0
  • 0.2.1
  • 0.2.0
  • 0.1.4
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.1.0
17 results

.gitignore

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'