Mercurial > repos > yufei-luo > s_mart
view SMART/galaxy/CountReadGCPercent.xml @ 34:529e3e6a0954
Deleted selected files
author | m-zytnicki |
---|---|
date | Tue, 30 Apr 2013 14:35:27 -0400 |
parents | 0ab839023fe4 |
children |
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>