Mercurial > repos > john-mccallum > ssr_marker_design
view MISA/design_MISA.xml @ 2:16b5aa275b42 default tip
Uploaded minor revision to gff converter
author | john-mccallum |
---|---|
date | Wed, 23 Nov 2011 19:15:31 -0500 |
parents | 3006582bfc76 |
children |
line wrap: on
line source
<tool id="design_MISA_1" name="MISA Primer Design"> <description>Design primer sets using MISA output </description> <command interpreter="bash">design_MISA.sh $inputMisaFile $inputFastaFile $outputfile</command> <inputs> <param format="misa" name="inputMisaFile" type="data" label="Misa Source file"/> <param format="fasta" name="inputFastaFile" type="data" label="Fasta Source file"/> </inputs> <outputs> <data format="tabular" name="outputfile" /> </outputs> <help> .. class:: infomark Design SSR primer sets from MISA output using Primer3 This tool uses helper scripts developed at IPK http://pgrc.ipk-gatersleben.de/misa/primer3.html </help> </tool>