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