annotate SMART/galaxy/CountReadGCPercent.xml @ 27:4e7ee5683ef1

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