annotate ucsc_pslpostarget.xml @ 1:0ffee257645e draft default tip

planemo upload commit 9bdf838d0eb364151ed88b1cd7ec2682a1a267b0
author yating-l
date Wed, 16 May 2018 18:44:23 -0400
parents fe51c5a974b5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
1 <?xml version="1.0"?>
1
0ffee257645e planemo upload commit 9bdf838d0eb364151ed88b1cd7ec2682a1a267b0
yating-l
parents: 0
diff changeset
2 <tool id="ucsc_pslpostarget" name="UCSC pslPosTarget" version="1.1">
0
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
3 <description>flip psl strands so target is positive and implicit</description>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
4 <requirements>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
5 <requirement type="package" version="1.0">ucsc_tools_340_for_BLAT</requirement>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
6 </requirements>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
7 <stdio>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
8 <exit_code range="1:" level="warning" description="invalid entries" />
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
9 </stdio>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
10 <command><![CDATA[
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
11 pslPosTarget
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
12 '${input_psl}'
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
13 '${output_psl}'
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
14 ]]></command>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
15 <inputs>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
16 <param type="data" name="input_psl" format="psl" />
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
17 </inputs>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
18 <outputs>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
19 <data format="psl" name="output_psl" label="${tool.name} on ${on_string}"></data>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
20 </outputs>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
21 <tests>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
22 <test>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
23 <param name="input_psl" value="amaVit1_Gallus/amaVit1_Gallus_gallus_filtered_valid.psl" />
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
24 <output name="output_psl" value="amaVit1_Gallus/amaVit1_Gallus.pos.psl" />
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
25 </test>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
26 <test>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
27 <param name="input_psl" value="dbia3/dbia3_dmel_filtered_valid.psl" />
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
28 <output name="output_psl" value="dbia3/dbia3_dmel.pos.psl" />
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
29 </test>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
30
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
31 </tests>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
32 <help>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
33 <![CDATA[
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
34 pslPosTarget
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
35 =============
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
36
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
37 - flip psl strands so target is positive and implicit
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
38
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
39 usage:
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
40
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
41 pslPosTarget inPsl outPsl
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
42
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
43 Source code (v340):
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
44 ++++++++++++++++++++
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
45
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
46 userApps.v340.src.tgz: http://hgdownload.cse.ucsc.edu/admin/exe/
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
47
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
48 ]]></help>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
49 <citations>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
50 <citation type="bibtex">@article{kent2002blat,
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
51 title={BLAT—the BLAST-like alignment tool},
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
52 author={Kent, W James},
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
53 journal={Genome research},
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
54 volume={12},
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
55 number={4},
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
56 pages={656--664},
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
57 year={2002},
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
58 publisher={Cold Spring Harbor Lab}
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
59 }</citation>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
60 </citations>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
61 </tool>
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
62
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
63
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
64
fe51c5a974b5 planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
yating-l
parents:
diff changeset
65