annotate count_gff_features.xml @ 0:fabda887a71f draft

Imported from capsule None
author devteam
date Mon, 28 Jul 2014 11:56:10 -0400
parents
children 188392a0d0a8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
1 <tool id="count_gff_features" name="Count GFF Features" version="0.1">
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
2 <description></description>
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
3 <requirements>
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
4 <requirement type="package" version="0.7.1">bx-python</requirement>
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
5 </requirements>
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
6 <command interpreter="python">
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
7 count_gff_features.py $input &gt; $output
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
8 </command>
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
9 <inputs>
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
10 <param format="gff" name="input" type="data" label="GFF Dataset to Filter"/>
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
11 </inputs>
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
12 <outputs>
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
13 <data format="txt" name="output"/>
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
14 </outputs>
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
15 <tests>
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
16 <test>
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
17 <param name="input" value="gff2bed_in2.gff"/>
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
18 <output name="output" file="count_gff_features_out1.txt"/>
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
19 </test>
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
20 <test>
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
21 <param name="input" value="gff_filter_by_feature_count_out1.gff"/>
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
22 <output name="output" file="count_gff_features_out2.txt"/>
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
23 </test>
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
24 </tests>
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
25 <help>
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
26 Counts the number of features in a GFF dataset. GFF features are often spread across multiple lines; this tool counts the number of
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
27 features in dataset rather than the number of lines.
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
28 </help>
fabda887a71f Imported from capsule None
devteam
parents:
diff changeset
29 </tool>