view SMART/bacteriaRegulatoryRegion_Detection/prepareAnnot.xml @ 18:94ab73e8a190

Uploaded
author m-zytnicki
date Mon, 29 Apr 2013 03:20:15 -0400
parents
children
line wrap: on
line source

<tool id="prepareAnnotation" name="prepare annotation file">
  <description>Prepares Annotation file -> clusterizes, filters exon and sorts annotations.</description>
  <command interpreter="bash"> prepareAnnot.sh $inputFile $outputFile  </command>
  <inputs>
    <param name="inputFile" type="data" label="Input File" format="gff"/>
  </inputs>

  <outputs>
    <data format="gff3" name="outputFile" label="[prepareAnnotation] Output File"/>
  </outputs>

  <help>
	command example: sh prepareAnnot.sh NC_011744r_annot_tmp1.gff NC_011744r_annot_pre1.gff
  </help>
</tool>