annotate SMART/galaxy/CountReadGCPercent.xml @ 16:6135c3075bc5

Deleted selected files
author m-zytnicki
date Mon, 22 Apr 2013 11:09:41 -0400
parents 440ceca58672
children 94ab73e8a190
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
1 <tool id="CountReadGCPercent" name="count read GCpercent">
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
2 <description>Count GC percent for each read against a genome.</description>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
3 <command interpreter="python"> ../Java/Python/CountReadGCPercent.py -i $inputFastaFile -j $inputGffFile -o $outputFile</command>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
4 <inputs>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
5 <param name="inputFastaFile" type="data" label="Input reference fasta File" format="fasta"/>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
6 <param name="inputGffFile" type="data" label="Input File" format="gff3"/>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
7 </inputs>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
8
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
9 <outputs>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
10 <data format="gff3" name="outputFile" label="[CountReadGCPercent] Output File"/>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
11 </outputs>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
12
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
13 <help>
15
440ceca58672 Uploaded
m-zytnicki
parents: 6
diff changeset
14 Count the GC% of a FASTA file.
6
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
15 </help>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
16 </tool>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
17