view igblastn.xml @ 43:1c64c977624e draft

Uploaded
author davidvanzessen
date Fri, 01 Nov 2013 11:18:50 -0400
parents 46fbf2f2d1aa
children 99541760fdfe
line wrap: on
line source

<tool id="igblastn" name="igBLASTn" version="0.1.0">
    <description>Run igBLASTn</description>
    <command>
		igblastn -germline_db_V \$IGDATA/database/human_gl_V -germline_db_J \$IGDATA/database/human_gl_J -germline_db_D \$IGDATA/database/human_gl_D -domain_system imgt -query $input -auxiliary_data \$IGDATA/optional_file/human_gl.aux -show_translation -outfmt 3 > $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>
	<requirements>
		<requirement type="package" version="1.0.0">igBlastn</requirement>
	</requirements>
    <help>
        Step 1 of the Immune Repertoire tools, generates a report to be parsed with the "igparse" tool.
    </help>
</tool>