Mercurial > repos > iuc > crossmap_gff
annotate crossmap_gff.xml @ 10:8dd8edcd3970 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit ad4d739b4837dd61abc85614568d22f271f14568
| author | iuc |
|---|---|
| date | Mon, 02 Sep 2024 12:00:25 +0000 |
| parents | bb8290b7d207 |
| children |
| rev | line source |
|---|---|
|
8
bb8290b7d207
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
iuc
parents:
4
diff
changeset
|
1 <tool id="crossmap_gff" name="CrossMap GFF" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.05"> |
|
0
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
2 <description>Convert genome coordinates or annotation files between genome assemblies</description> |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
3 <macros> |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
5 </macros> |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
7 <expand macro="stdio"/> |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
8 <expand macro="version_command"/> |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
9 <command><![CDATA[ |
|
10
8dd8edcd3970
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit ad4d739b4837dd61abc85614568d22f271f14568
iuc
parents:
8
diff
changeset
|
10 CrossMap gff |
|
2
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
11 '${chain_source.input_chain}' |
|
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
12 '${input}' |
|
0
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
13 |
|
2
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
14 #if str($include_fails) == "True" |
|
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
15 > |
|
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
16 #end if |
|
0
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
17 |
|
4
e54eff8a4c3d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 23fab16cd40acbd5b0e9d640ed3858040db7a622
iuc
parents:
3
diff
changeset
|
18 output |
|
0
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
19 ]]></command> |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
20 <inputs> |
|
2
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
21 <param name="input" type="data" format="gtf,gff,gff3" label="GTF/GFF file"/> |
|
10
8dd8edcd3970
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit ad4d739b4837dd61abc85614568d22f271f14568
iuc
parents:
8
diff
changeset
|
22 <expand macro="chain"/> |
|
2
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
23 <param name="include_fails" type="boolean" truevalue="True" falsevalue="False" label="Include failed liftovers" help="If a coordinate can not be lift over, do you want to include it in the output (it is still being marked 'fail')"/> |
|
0
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
24 </inputs> |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
25 <outputs> |
|
10
8dd8edcd3970
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit ad4d739b4837dd61abc85614568d22f271f14568
iuc
parents:
8
diff
changeset
|
26 <data name="output" format="gff" label="${tool.name} on ${on_string}" from_work_dir="output"/> |
|
0
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
27 </outputs> |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
28 <tests> |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
29 <test> |
|
2
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
30 <param name="input" value="test_gff_01_input_a.gtf" ftype="gtf"/> |
|
0
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
31 <param name="index_source" value="history"/> |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
32 <param name="input_chain" value="aToB.over.chain" ftype="csv"/> |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
33 <param name="include_fails" value="False"/> |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
34 <output name="output" file="test_gff_01_output_a__only-matches.gtf"/> |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
35 </test> |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
36 <test> |
|
2
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
37 <param name="input" value="test_gff_01_input_a.gtf" ftype="gtf"/> |
|
0
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
38 <param name="index_source" value="history"/> |
|
2
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
39 <param name="input_chain" value="aToB.over.chain" ftype="csv"/> |
|
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
40 <param name="include_fails" value="True"/> |
|
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
41 <output name="output" file="test_gff_01_output_a__all.gtf"/> |
|
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
42 </test> |
|
10
8dd8edcd3970
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit ad4d739b4837dd61abc85614568d22f271f14568
iuc
parents:
8
diff
changeset
|
43 <test> |
|
8dd8edcd3970
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit ad4d739b4837dd61abc85614568d22f271f14568
iuc
parents:
8
diff
changeset
|
44 <!-- cached chain file --> |
|
3
abd0775e221f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 39a5f30a013c6d71ea84807b72511e3aa4bab147
iuc
parents:
2
diff
changeset
|
45 <param name="input" value="test_gff_01_input_a.gtf" ftype="gtf" dbkey="hg18"/> |
|
2
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
46 <param name="index_source" value="cached"/> |
|
0
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
47 <param name="include_fails" value="True"/> |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
48 <output name="output" file="test_gff_01_output_a__all.gtf"/> |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
49 </test> |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
50 </tests> |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
51 <help><![CDATA[ |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
52 @HELP_GENERAL@ |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
53 |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
54 GFF / GTF |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
55 --------- |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
56 Your input data should be either GTF/GFF2.5 or GFF3 format. |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
57 |
|
2
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
58 GFF (General Feature Format) is another plain text file used to describe |
|
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
59 gene structure. GTF (Gene Transfer Format) is a refined version of GTF. The |
|
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
60 first eight fields are the same as GFF. Only chromosome and genome |
|
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
61 coordinates are updated. The format of output is determined from the input. |
|
0
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
62 |
|
2
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
63 Notes: |
|
0
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
64 |
|
2
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
65 - Each feature (exon, intron, UTR, etc) is processed separately and |
|
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
66 independently, and we do NOT check if features originally belonging to |
|
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
67 the same gene were converted into the same gene. |
|
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
68 - If user want to liftover gene annotation files, use BED12 format. |
|
aeecd2650942
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 93bc570011b7cad70abf36695823478f819b81f1
iuc
parents:
0
diff
changeset
|
69 ]]></help> |
|
0
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
70 <citations> |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
71 <citation type="doi">10.1093/bioinformatics/btt730</citation> |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
72 </citations> |
|
de420379eb28
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
73 </tool> |
