view igblastn.xml @ 62:a700a552f031 draft

Uploaded
author davidvanzessen
date Wed, 20 Aug 2014 10:04:09 -0400
parents 39a916965683
children 7997fea1f16a
line wrap: on
line source

<tool id="igblastn" name="igBLASTn" version="0.1.0">
    <description> </description>
    <command interpreter="bash">
		igblastn.sh $input $output
    </command>
    <inputs>
        <param name="input" type="data" format="fasta" label="Fasta file"/>
    </inputs>
    <outputs>
        <data name="output" format="text" label="${input.name}-igBLASTn Report"/>
	<!--<data name="log" format="text" label="log"/>-->
    </outputs>
    <help>
        Step 1 of the Immune Repertoire tools, generates a report to be parsed with the "igparse" tool.
    </help>
</tool>