annotate count_gff_features.xml @ 1:115bba486116 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/count_gff_features commit d242cab2b4e86bc8a16eeaee7e5dc0264e617170
author devteam
date Tue, 06 Jun 2017 18:37:39 -0400
parents 002a1e6ef8d9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
115bba486116 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/count_gff_features commit d242cab2b4e86bc8a16eeaee7e5dc0264e617170
devteam
parents: 0
diff changeset
1 <tool id="count_gff_features" name="Count GFF Features" version="0.2">
0
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
2 <description></description>
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
3 <requirements>
1
115bba486116 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/count_gff_features commit d242cab2b4e86bc8a16eeaee7e5dc0264e617170
devteam
parents: 0
diff changeset
4 <requirement type="package" version="1.1.0">galaxy-ops</requirement>
0
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
5 </requirements>
1
115bba486116 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/count_gff_features commit d242cab2b4e86bc8a16eeaee7e5dc0264e617170
devteam
parents: 0
diff changeset
6 <command><![CDATA[
115bba486116 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/count_gff_features commit d242cab2b4e86bc8a16eeaee7e5dc0264e617170
devteam
parents: 0
diff changeset
7 python '$__tool_directory__/count_gff_features.py'
115bba486116 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/count_gff_features commit d242cab2b4e86bc8a16eeaee7e5dc0264e617170
devteam
parents: 0
diff changeset
8 '$input' > '$output'
115bba486116 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/count_gff_features commit d242cab2b4e86bc8a16eeaee7e5dc0264e617170
devteam
parents: 0
diff changeset
9 ]]>
0
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
10 </command>
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
11 <inputs>
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
12 <param format="gff" name="input" type="data" label="GFF Dataset to Filter"/>
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
13 </inputs>
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
14 <outputs>
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
15 <data format="txt" name="output"/>
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
16 </outputs>
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
17 <tests>
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
18 <test>
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
19 <param name="input" value="gff2bed_in2.gff"/>
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
20 <output name="output" file="count_gff_features_out1.txt"/>
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
21 </test>
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
22 <test>
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
23 <param name="input" value="gff_filter_by_feature_count_out1.gff"/>
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
24 <output name="output" file="count_gff_features_out2.txt"/>
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
25 </test>
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
26 </tests>
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
27 <help>
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
28 Counts the number of features in a GFF dataset. GFF features are often spread across multiple lines; this tool counts the number of
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
29 features in dataset rather than the number of lines.
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
30 </help>
002a1e6ef8d9 Imported from capsule None
devteam
parents:
diff changeset
31 </tool>