annotate psltobigpsl.xml @ 2:eb357d8580c5 draft

planemo upload for repository https://github.com/Yating-L/psltobigpsl.git commit ff5c69b4993f12c98849dd274511d7866b889713-dirty
author yating-l
date Fri, 30 Dec 2016 17:41:50 -0500
parents 107373c01472
children beb6e2ef1b45
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
107373c01472 planemo upload
yating-l
parents:
diff changeset
1 <tool id="pslToBigPsl" name="pslToBigPsl" version="0.1.0">
107373c01472 planemo upload
yating-l
parents:
diff changeset
2 <requirements>
107373c01472 planemo upload
yating-l
parents:
diff changeset
3 <!-- Requires Conda -->
107373c01472 planemo upload
yating-l
parents:
diff changeset
4 <requirement type="package" version="0.1.0">psltoBigPsl</requirement>
107373c01472 planemo upload
yating-l
parents:
diff changeset
5 </requirements>
107373c01472 planemo upload
yating-l
parents:
diff changeset
6 <stdio>
107373c01472 planemo upload
yating-l
parents:
diff changeset
7 <exit_code range="1:" />
107373c01472 planemo upload
yating-l
parents:
diff changeset
8 </stdio>
107373c01472 planemo upload
yating-l
parents:
diff changeset
9 <command><![CDATA[
107373c01472 planemo upload
yating-l
parents:
diff changeset
10 $__tool_directory__/pslToBigPsl $input stdout | sort -k1,1 -k2,2n > $output
107373c01472 planemo upload
yating-l
parents:
diff changeset
11 ]]></command>
107373c01472 planemo upload
yating-l
parents:
diff changeset
12 <inputs>
107373c01472 planemo upload
yating-l
parents:
diff changeset
13 <param name="input" label="Psl file" type="data" format="psl" />
107373c01472 planemo upload
yating-l
parents:
diff changeset
14 </inputs>
107373c01472 planemo upload
yating-l
parents:
diff changeset
15 <outputs>
107373c01472 planemo upload
yating-l
parents:
diff changeset
16 <data name="output" format="bed" />
107373c01472 planemo upload
yating-l
parents:
diff changeset
17 </outputs>
107373c01472 planemo upload
yating-l
parents:
diff changeset
18 <help><![CDATA[
107373c01472 planemo upload
yating-l
parents:
diff changeset
19 Transform a Psl format file to a Bed format file.
107373c01472 planemo upload
yating-l
parents:
diff changeset
20 Input: Psl File
107373c01472 planemo upload
yating-l
parents:
diff changeset
21 Ouput: BigPsl File
107373c01472 planemo upload
yating-l
parents:
diff changeset
22 ]]></help>
107373c01472 planemo upload
yating-l
parents:
diff changeset
23 </tool>