view phage_coast_search.xml @ 0:fb0ce7937a85 draft

"planemo upload commit 50c5525c05d834545335e0273352b1aff79e5702"
author diodupima
date Thu, 15 Jul 2021 16:51:26 +0000
parents
children 6a33bad2db7f
line wrap: on
line source

<tool id="phage_coast_search" name="PhageCOAST - Search" version="0.1.2">
    <description>Run a new job, and identify the closest proteomes</description>
    <macros>
        <import>macros.xml</import>
    </macros>
    <requirements>
        <expand macro="requirements"/>
    </requirements>
    <command><![CDATA[
        coast
        @QUERY@
        "$db"
        --engine blast
        --inplace_workspace
        @AAI_FILTER@
        @OUTPUT@
        @QUERY_KEYWORDS@
        @OUTPUT_FORMAT@
        @BLAST_TAX_FILTER@
        @BLAST_ALN_OPTIONS@
        @GENERIC_ALN_OPTIONS@
        -w 'http://rosalind.di.uminho.pt:6082/'
        --email phage@coast.um
    ]]></command>
    <inputs>
        <expand macro="input_query" />
        <expand macro="merlin_db_selection"/>
        <expand macro="blast_taxon_filter"/>
        <expand macro="output_format"/>
        <expand macro="aai_filter"/>
        <section name="aln_adv" title="Advanced Alignment Settings" >
            <expand macro="blast_aln_options"/>
            <expand macro="generic_aln_options"/>
        </section>
    </inputs>
    <outputs>
        <expand macro="results_alignment"/>
        <expand macro="results_report"/>
    </outputs>
    <tests>
    </tests>
    <help>

@TIME_WARNING@

PhageCOAST
==========

@GENERAL_DESC@

PhageCOAST is COAST adapted for the Phage Toolkit. The current build uses BLASTp as the search backend tool.

@AAI_DESC@
@TAX_FILTER_WARNING@
@OUT_DESC@

    </help>
    <citations>
        <expand macro="citations_coast"/>
        <expand macro="citations_blast"/>
    </citations>
</tool>