Mercurial > repos > yufei-luo > s_mart
view SMART/galaxy/CountReadGCPercent.xml @ 26:a6a9d9b94ddb
Deleted selected files
author | m-zytnicki |
---|---|
date | Mon, 29 Apr 2013 03:29:31 -0400 |
parents | 94ab73e8a190 |
children | 0ab839023fe4 |
line wrap: on
line source
<tool id="CountReadGCPercent" name="count read GC percent"> <description>Count GC percent for each read against a genome.</description> <requirements> <requirement type="set_environment">PYTHONPATH</requirement> </requirements> <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="[count read GC percent] Output File"/> </outputs> <help> Count the GC% of a FASTA file. </help> </tool>