annotate psltobigpsl.xml @ 0:37b4b4f59084 draft

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