view rapsodyn/extractseq.xml @ 10:0a6c1cfe4dc8 draft

Uploaded
author mcharles
date Mon, 19 Jan 2015 04:33:21 -0500
parents 3f7b0788a1c4
children
line wrap: on
line source

<tool id="extractseq" name="extractseq" version="1.10">
<description>Extract Sequence around variant position</description>
<command interpreter="perl">
    extractseq.pl -input_variant_file $input_variant_file -input_assembly_file $input_assembly_file -window_length $window_length > $output_file 
</command>
<inputs>
<param name="input_variant_file"  type="data" format="pileup" label="Select a suitable input VARIANT file from your history"/>
<param name="input_assembly_file"  type="data" format="fasta" label="Select a suitable input ASSEMBLY file from your history"/>
<param name="window_length" type="integer" value="50" label="Number of bases extracted before and after the variant position"/>
</inputs>
<outputs>
 <data name="output_file" format="fasta" label="${tool.name} on ${on_string}"/>
</outputs>

<help>



</help>
</tool>