Mercurial > repos > devteam > count_gff_features
comparison count_gff_features.xml @ 1:188392a0d0a8 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:53 -0400 |
parents | fabda887a71f |
children |
comparison
equal
deleted
inserted
replaced
0:fabda887a71f | 1:188392a0d0a8 |
---|---|
1 <tool id="count_gff_features" name="Count GFF Features" version="0.1"> | 1 <tool id="count_gff_features" name="Count GFF Features" version="0.2"> |
2 <description></description> | 2 <description></description> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package" version="0.7.1">bx-python</requirement> | 4 <requirement type="package" version="1.1.0">galaxy-ops</requirement> |
5 </requirements> | 5 </requirements> |
6 <command interpreter="python"> | 6 <command><![CDATA[ |
7 count_gff_features.py $input > $output | 7 python '$__tool_directory__/count_gff_features.py' |
8 '$input' > '$output' | |
9 ]]> | |
8 </command> | 10 </command> |
9 <inputs> | 11 <inputs> |
10 <param format="gff" name="input" type="data" label="GFF Dataset to Filter"/> | 12 <param format="gff" name="input" type="data" label="GFF Dataset to Filter"/> |
11 </inputs> | 13 </inputs> |
12 <outputs> | 14 <outputs> |