Skip to content
Snippets Groups Projects
hmmer_vs_PFAM-A.yaml 862 B
Newer Older
# 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: 'hmmer_pfam_a'

# Short description of the analysis
info: 'hmmscan analysis against PFAM-A'

# The name of the script for the analysis step. Must take a --fasta parameter
        database: '/pfam/Pfam-A.hmm'
Lukas Jelonek's avatar
Lukas Jelonek committed
    execution:
        cluster:
            chunksize: 200
        docker: 'biocontainers/hmmer:v3.1b2dfsg-5-deb_cv1'
        singularity: 'biocontainers/hmmer:v3.1b2dfsg-5-deb_cv1'

# The name of the result to json converter script. Must take one parameter, the
# result file from the analysis_script