view SMART/galaxy/CountReadGCPercent.xml @ 11:2da30502c2f1

Updated CompareOverlappingSmallQuery.xml
author m-zytnicki
date Thu, 14 Mar 2013 05:37:08 -0400
parents 769e306b7933
children 440ceca58672
line wrap: on
line source

<tool id="CountReadGCPercent" name="count read GCpercent">
    <description>Count GC percent for each read against a genome.</description>
    <command interpreter="python"> ../Java/Python/CountReadGCPercent.py -i $inputFastaFile -j $inputGffFile -o $outputFile</command>
  <inputs>
      <param name="inputFastaFile" type="data" label="Input reference fasta File" format="fasta"/>
      <param name="inputGffFile" type="data" label="Input File" format="gff3"/>
  </inputs>

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

  <help>
  </help>
</tool>