Mercurial > repos > yhoogstrate > crossmap
annotate crossmap.xml @ 13:7e32d2a88c07 draft
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
author | yhoogstrate |
---|---|
date | Thu, 13 Aug 2015 07:43:24 -0400 |
parents | a5eb1023fc34 |
children | 263581d4dd90 |
rev | line source |
---|---|
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
1 <tool id="crossmap" name="CrossMap" version="0.2.a"> |
1 | 2 <description>Convert genome coordinates or annotation files between genome assemblies</description> |
3 | |
4 <requirements> | |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
5 <requirement type="package" version="0.2">crossmap</requirement> |
1 | 6 </requirements> |
7 | |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
8 <version_command>CrossMap.py 2>&1 | head -n 1 | grep -E --only-matching 'CrossMap.*'</version_command> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
9 |
8
9750f8c1d3cb
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a-dirty
yhoogstrate
parents:
5
diff
changeset
|
10 <stdio> |
11
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
11 <regex match="Usage: CrossMap.py" source="stdout" level="fatal"/> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
12 <regex match=".*" source="both" level="log"/> |
8
9750f8c1d3cb
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a-dirty
yhoogstrate
parents:
5
diff
changeset
|
13 </stdio> |
1 | 14 |
15 <command> | |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
16 CrossMap.py |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
17 ${multiple.input_format.replace("sam","bam")} |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
18 |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
19 #if $multiple.input_format == "vcf" and $multiple.seq_source.index_source == "cached" |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
20 <!-- This is the 2nd dbkey, and the corresponding value has to be looked up --> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
21 "${filter(lambda x: str( x[1] ) == str($multiple.seq_source.input_chain ), $__app__.tool_data_tables['liftOver'].get_fields())[0][2] }" |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
22 #else |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
23 "$multiple.seq_source.input_chain" |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
24 #end if |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
25 |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
26 #if $multiple.input_format in ["bam", "sam"] |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
27 -m $multiple.insert_size |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
28 -s $multiple.insert_size_stdev |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
29 -t $multiple.insert_size_fold |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
30 #end if |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
31 |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
32 "$multiple.seq_source.input" |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
33 |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
34 #if $multiple.input_format == "vcf" |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
35 "$multiple.seq_source.input_fasta" |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
36 #end if |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
37 |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
38 #if str($multiple.include_fails) == "True" |
11
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
39 > |
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
40 #end if |
9
0cae6e3273a8
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd
yhoogstrate
parents:
8
diff
changeset
|
41 |
11
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
42 "$output" |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
43 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
44 #if $multiple.input_format in ["bam", "sam"] |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
45 ; mv "${output}.${multiple.input_format}" "$output" |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
46 ; mv "${output}.unmap.${multiple.input_format}" "$output_unmapped" |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
47 #else if $multiple.input_format in ["vcf"] |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
48 ; mv "${output}" "$output" |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
49 ; mv "${output}.unmap" "$output_unmapped" |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
50 #end if |
1 | 51 </command> |
52 | |
53 <inputs> | |
54 <conditional name="multiple"> | |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
55 <param name="input_format" type="select" label="Convert a file of the following format"> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
56 <option value="bam">BAM</option> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
57 <option value="sam">SAM</option> |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
58 <option value="bed">BED or BED-like</option> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
59 <option value="bigwig">BigWig</option> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
60 <option value="gff">GFF or GTF</option> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
61 <option value="vcf">VCF</option> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
62 <option value="wig">Wiggle or bedGraph</option> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
63 </param> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
64 <when value="bam"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
65 <conditional name="seq_source"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
66 <param name="index_source" type="select" label="Source for LiftOver Data (chain file)"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
67 <option value="cached">Local data (in galaxy)</option> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
68 <option value="history">From History</option> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
69 </param> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
70 <when value="cached"> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
71 <param type="data" format="bam" name="input" label="BAM/SAM file"> |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
72 <validator type="unspecified_build" /> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
73 <validator type="dataset_metadata_in_file" filename="liftOver.loc" metadata_name="dbkey" metadata_column="0" message="LiftOver mapping (chain file) is not available for the specified build." /> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
74 </param> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
75 <param name="input_chain" type="select" label="Lift Over To"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
76 <options from_file="liftOver.loc"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
77 <column name="name" index="1"/> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
78 <column name="value" index="2"/> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
79 <column name="dbkey" index="0"/> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
80 <filter type="data_meta" ref="input" key="dbkey" column="0" /> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
81 </options> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
82 </param> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
83 </when> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
84 <when value="history"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
85 <param type="data" format="bam,sam" name="input" label="BAM/SAM file" /> |
11
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
86 <param type="data" format="csv" name="input_chain" label="LiftOver chain file" /> |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
87 </when> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
88 </conditional> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
89 |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
90 <param name="insert_size" type="float" value="200.0" label="Insert size (-m)" help="Average insert size of pair-end sequencing (bp) [default=200.0]" /> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
91 <param name="insert_size_stdev" type="float" value="30.0" label="Insert size std. dev (-s)" help="Stanadard deviation of insert size. [default=30.0]" /> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
92 <param name="insert_size_fold" type="float" value="3.0" label="Insert size std. dev foldchange (-t)" help="A mapped pair is considered as 'proper pair' if both ends mapped to different strand and the distance between them is less then '-t' * stdev from the mean. [default=3.0]" /> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
93 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
94 <param name="include_fails" type="hidden" tvalue="False" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
95 </when> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
96 <when value="sam"><!-- BAM and SAM are exactly the same conditions, but they need to be separate to get the proper output format --> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
97 <conditional name="seq_source"> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
98 <param name="index_source" type="select" label="Source for LiftOver Data (chain file)"> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
99 <option value="cached">Local data (in galaxy)</option> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
100 <option value="history">From History</option> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
101 </param> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
102 <when value="cached"> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
103 <param type="data" format="sam" name="input" label="BAM/SAM file"> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
104 <validator type="unspecified_build" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
105 <validator type="dataset_metadata_in_file" filename="liftOver.loc" metadata_name="dbkey" metadata_column="0" message="LiftOver mapping (chain file) is not available for the specified build." /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
106 </param> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
107 <param name="input_chain" type="select" label="Lift Over To"> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
108 <options from_file="liftOver.loc"> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
109 <column name="name" index="1"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
110 <column name="value" index="2"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
111 <column name="dbkey" index="0"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
112 <filter type="data_meta" ref="input" key="dbkey" column="0" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
113 </options> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
114 </param> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
115 </when> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
116 <when value="history"> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
117 <param type="data" format="bam,sam" name="input" label="BAM/SAM file" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
118 <param type="data" format="csv" name="input_chain" label="LiftOver chain file" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
119 </when> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
120 </conditional> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
121 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
122 <param name="insert_size" type="float" value="200.0" label="Insert size (-m)" help="Average insert size of pair-end sequencing (bp) [default=200.0]" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
123 <param name="insert_size_stdev" type="float" value="30.0" label="Insert size std. dev (-s)" help="Stanadard deviation of insert size. [default=30.0]" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
124 <param name="insert_size_fold" type="float" value="3.0" label="Insert size std. dev foldchange (-t)" help="A mapped pair is considered as 'proper pair' if both ends mapped to different strand and the distance between them is less then '-t' * stdev from the mean. [default=3.0]" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
125 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
126 <param name="include_fails" type="hidden" tvalue="False" /> |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
127 </when> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
128 <when value="bed"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
129 <conditional name="seq_source"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
130 <param name="index_source" type="select" label="Source for LiftOver Data (chain file)"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
131 <option value="cached">Local data (in galaxy)</option> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
132 <option value="history">From History</option> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
133 </param> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
134 <when value="cached"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
135 <param format="bed" name="input" type="data" label="BED file" help="BED format file must have at least 3 columns (chrom, start, end) and no more than 12 columns."> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
136 <validator type="unspecified_build" /> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
137 <validator type="dataset_metadata_in_file" filename="liftOver.loc" metadata_name="dbkey" metadata_column="0" message="LiftOver mapping (chain file) is not available for the specified build." /> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
138 </param> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
139 <param name="input_chain" type="select" label="Lift Over To"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
140 <options from_file="liftOver.loc"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
141 <column name="name" index="1"/> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
142 <column name="value" index="2"/> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
143 <column name="dbkey" index="0"/> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
144 <filter type="data_meta" ref="input" key="dbkey" column="0" /> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
145 </options> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
146 </param> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
147 </when> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
148 <when value="history"> |
9
0cae6e3273a8
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd
yhoogstrate
parents:
8
diff
changeset
|
149 <param type="data" format="bed" name="input" label="BED file" help="BED format file must have at least 3 columns (chrom, start, end) and no more than 12 columns." /> |
11
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
150 <param type="data" format="csv" name="input_chain" label="LiftOver chain file" /> |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
151 </when> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
152 </conditional> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
153 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
154 <param name="include_fails" type="boolean" truevalue="True" checked="false" 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')" /> |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
155 </when> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
156 <when value="bigwig"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
157 <conditional name="seq_source"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
158 <param name="index_source" type="select" label="Source for LiftOver Data (chain file)"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
159 <option value="cached">Local data (in galaxy)</option> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
160 <option value="history">From History</option> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
161 </param> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
162 <when value="cached"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
163 <param format="bigwig" name="input" type="data" label="BigWig file"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
164 <validator type="unspecified_build" /> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
165 <validator type="dataset_metadata_in_file" filename="liftOver.loc" metadata_name="dbkey" metadata_column="0" message="LiftOver mapping (chain file) is not available for the specified build." /> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
166 </param> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
167 <param name="input_chain" type="select" label="Lift Over To"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
168 <options from_file="liftOver.loc"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
169 <column name="name" index="1"/> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
170 <column name="value" index="2"/> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
171 <column name="dbkey" index="0"/> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
172 <filter type="data_meta" ref="input" key="dbkey" column="0" /> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
173 </options> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
174 </param> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
175 </when> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
176 <when value="history"> |
11
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
177 <param type="data" format="bigwig" name="input" label="BigWig file" /> |
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
178 <param type="data" format="csv" name="input_chain" label="LiftOver chain file" /> |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
179 </when> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
180 </conditional> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
181 </when> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
182 <when value="gff"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
183 <conditional name="seq_source"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
184 <param name="index_source" type="select" label="Source for LiftOver Data (chain file)"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
185 <option value="cached">Local data (in galaxy)</option> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
186 <option value="history">From History</option> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
187 </param> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
188 <when value="cached"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
189 <param format="gtf,gff,gff3" name="input" type="data" label="GTF/GFF file"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
190 <validator type="unspecified_build" /> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
191 <validator type="dataset_metadata_in_file" filename="liftOver.loc" metadata_name="dbkey" metadata_column="0" message="LiftOver mapping (chain file) is not available for the specified build." /> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
192 </param> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
193 <param name="input_chain" type="select" label="Lift Over To"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
194 <options from_file="liftOver.loc"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
195 <column name="name" index="1"/> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
196 <column name="value" index="2"/> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
197 <column name="dbkey" index="0"/> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
198 <filter type="data_meta" ref="input" key="dbkey" column="0" /> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
199 </options> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
200 </param> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
201 </when> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
202 <when value="history"> |
11
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
203 <param type="data" format="gtf,gff,gff3" name="input" label="GTF/GFF file" /> |
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
204 <param type="data" format="csv" name="input_chain" label="LiftOver chain file" /> |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
205 </when> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
206 </conditional> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
207 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
208 <param name="include_fails" type="boolean" truevalue="True" checked="false" 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')" /> |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
209 </when> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
210 <when value="vcf"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
211 <conditional name="seq_source"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
212 <param name="index_source" type="select" label="Source for LiftOver Data"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
213 <option value="cached">Local data (in galaxy)</option> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
214 <option value="history_chain">Chain file from History</option> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
215 <option value="history_all">Chain & FASTA files from History</option> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
216 </param> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
217 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
218 <when value="cached"> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
219 <param type="data" format="vcf" name="input" label="VCF file"> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
220 <validator type="unspecified_build" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
221 <validator type="dataset_metadata_in_file" filename="liftOver.loc" metadata_name="dbkey" metadata_column="0" message="LiftOver mapping (chain file) is not available for the specified build." /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
222 </param> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
223 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
224 <!-- automatically fetch a FASTA file from the same DBKEY as the chain file --> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
225 <param name="input_chain" type="select" label="Lift Over To (Chain file)"> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
226 <options from_file="liftOver.loc"> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
227 <column name="name" index="1" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
228 <column name="value" index="1" /><!-- It is not possible to send the *.chain file as value, and obtain the 2nd dbkey as parameter via a filter --> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
229 <column name="dbkey" index="0" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
230 <filter type="data_meta" ref="input" key="dbkey" column="0" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
231 </options> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
232 </param> |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
233 |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
234 <param name="input_fasta" type="select" label="Lift Over To (FASTA file)" help="The FASTA file must be on the same build (dbkey) as the LiftOver chain file"> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
235 <options from_file="all_fasta.loc"> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
236 <column name="name" index="2"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
237 <column name="value" index="3"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
238 <column name="dbkey" index="1"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
239 <filter type="param_value" ref="input_chain" column="1" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
240 </options> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
241 </param> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
242 </when> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
243 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
244 <when value="history_chain"> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
245 <param type="data" format="vcf" name="input" label="VCF file"> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
246 <validator type="unspecified_build" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
247 <validator type="dataset_metadata_in_file" filename="all_fasta.loc" metadata_name="dbkey" metadata_column="1" message="LiftOver mapping (FASTA file) is not available for the specified build." /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
248 </param> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
249 <param type="data" format="csv" name="input_chain" multiple="false" label="LiftOver chain file" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
250 <param name="input_fasta" type="select" label="Lift Over To (FASTA file)" help="The FASTA file must be on the same build (dbkey) as the LiftOver chain file"> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
251 <options from_file="all_fasta.loc"> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
252 <column name="name" index="2"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
253 <column name="value" index="3"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
254 <column name="dbkey" index="1"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
255 </options> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
256 </param> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
257 </when> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
258 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
259 <when value="history_all"> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
260 <param type="data" format="vcf" name="input" label="VCF file" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
261 <param type="data" format="csv" name="input_chain" multiple="false" label="LiftOver chain file" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
262 <param type="data" format="fasta" name="input_fasta" multiple="false" label="Full genome FASTA file" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
263 </when> |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
264 </conditional> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
265 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
266 <param name="include_fails" type="hidden" tvalue="False" /> |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
267 </when> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
268 <when value="wig"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
269 <conditional name="seq_source"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
270 <param name="index_source" type="select" label="Source for LiftOver Data (chain file)"> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
271 <option value="cached">Local data (in galaxy)</option> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
272 <option value="history">From History</option> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
273 </param> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
274 <when value="cached"> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
275 <param format="wig" name="input" type="data" label="Wiggle file"> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
276 <validator type="unspecified_build" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
277 <validator type="dataset_metadata_in_file" filename="liftOver.loc" metadata_name="dbkey" metadata_column="0" message="LiftOver mapping (chain file) is not available for the specified build." /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
278 </param> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
279 <param name="input_chain" type="select" label="Lift Over To"> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
280 <options from_file="liftOver.loc"> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
281 <column name="name" index="1"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
282 <column name="value" index="2"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
283 <column name="dbkey" index="0"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
284 <filter type="data_meta" ref="input" key="dbkey" column="0" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
285 </options> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
286 </param> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
287 </when> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
288 <when value="history"> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
289 <param format="wig" name="input" type="data" label="Wiggle file" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
290 <param type="data" format="csv" name="input_chain" label="LiftOver chain file" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
291 </when> |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
292 </conditional> |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
293 </when> |
1 | 294 </conditional> |
295 </inputs> | |
296 | |
297 <outputs> | |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
298 <data format="text" name="output" label="${tool.name} on "> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
299 <change_format> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
300 <when input="multiple.input_format" value="bam" format="bam" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
301 <when input="multiple.input_format" value="sam" format="sam" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
302 <when input="multiple.input_format" value="bed" format="bed" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
303 <when input="multiple.input_format" value="bigwig" format="bigwig" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
304 <when input="multiple.input_format" value="gff" format="gff" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
305 <when input="multiple.input_format" value="vcf" format="vcf" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
306 <when input="imultiple.nput_format" value="wig" format="wig" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
307 </change_format> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
308 </data> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
309 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
310 <data format="text" name="output_unmapped" label="${tool.name} unmapped on "> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
311 <filter>input_format in ["bam" , "vcf"]</filter> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
312 <change_format> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
313 <when input="multiple.input_format" value="bam" format="bam" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
314 <when input="multiple.input_format" value="sam" format="sam" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
315 <when input="multiple.input_format" value="bigwig" format="bigwig" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
316 <when input="multiple.input_format" value="gff" format="gff" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
317 <when input="multiple.input_format" value="vcf" format="vcf" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
318 <when input="multiple.input_format" value="wig" format="wig" /> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
319 </change_format> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
320 </data> |
1 | 321 </outputs> |
322 | |
323 <tests> | |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
324 <!-- BAM/SAM --> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
325 <test> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
326 <param name="input_format" value="sam"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
327 <param name="index_source" value="history"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
328 <param name="input" value="test_bam_01_input_a.sam" ftype="sam"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
329 <param name="input_chain" value="aToB.over.chain" ftype="csv"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
330 <param name="include_fails" value="False"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
331 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
332 <output name="output" file="test_bam_01_output_a.sam" compare="diff" lines_diff="4"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
333 <output name="output_unmapped" file="test_bam_01_output_a.unmap.sam"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
334 </test> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
335 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
336 <!-- BED --> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
337 <test> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
338 <param name="input_format" value="bed"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
339 <param name="index_source" value="history"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
340 <param name="input" value="test_bed_01_input_a.bed" ftype="bed"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
341 <param name="input_chain" value="aToB.over.chain" ftype="csv"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
342 <param name="include_fails" value="False"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
343 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
344 <output name="output" file="test_bed_01_output_a__only-matches.bed"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
345 </test> |
1 | 346 <test> |
11
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
347 <param name="input_format" value="bed"/> |
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
348 <param name="index_source" value="history"/> |
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
349 <param name="input" value="test_bed_01_input_a.bed" ftype="bed"/> |
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
350 <param name="input_chain" value="aToB.over.chain" ftype="txt"/> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
351 <param name="include_fails" value="True"/> |
11
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
352 |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
353 <output name="output" file="test_bed_01_output_a__all.bed"/> |
1 | 354 </test> |
11
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
355 <test> |
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
356 <param name="input_format" value="bed"/> |
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
357 <param name="index_source" value="history"/> |
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
358 <param name="input" value="test_bed_02_input_a.bed" ftype="bed"/> |
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
359 <param name="input_chain" value="aToB.over.chain" ftype="txt"/> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
360 <param name="include_fails" value="False"/> |
11
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
361 |
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
362 <output name="output" file="test_bed_02_output_a__only-matches.bed"/> |
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
363 </test> |
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
364 <test> |
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
365 <param name="input_format" value="bed"/> |
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
366 <param name="index_source" value="history"/> |
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
367 <param name="input" value="test_bed_02_input_a.bed" ftype="bed"/> |
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
368 <param name="input_chain" value="aToB.over.chain" ftype="txt"/> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
369 <param name="include_fails" value="True"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
370 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
371 <output name="output" file="test_bed_02_output_a__all.bed"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
372 </test> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
373 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
374 <!-- BigWig --> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
375 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
376 <!-- GFF --> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
377 <test> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
378 <param name="input_format" value="gff"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
379 <param name="index_source" value="history"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
380 <param name="input" value="test_gff_01_input_a.gtf" ftype="gtf"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
381 <param name="input_chain" value="aToB.over.chain" ftype="csv"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
382 <param name="include_fails" value="false"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
383 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
384 <output name="output" file="test_gff_01_output_a__only-matches.gtf"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
385 </test> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
386 <test> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
387 <param name="input_format" value="gff"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
388 <param name="index_source" value="history"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
389 <param name="input" value="test_gff_01_input_a.gtf" ftype="gtf"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
390 <param name="input_chain" value="aToB.over.chain" ftype="csv"/> |
11
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
391 <param name="include_fails" value="true"/> |
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
392 |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
393 <output name="output" file="test_gff_01_output_a__all.gtf"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
394 </test> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
395 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
396 <!-- VCF --> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
397 <test> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
398 <param name="input_format" value="vcf"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
399 <param name="index_source" value="history_all"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
400 <param name="input" value="test_vcf_01_input.vcf" ftype="vcf"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
401 <param name="input_chain" value="test_vcf_01.over.chain" ftype="csv"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
402 <param name="input_fasta" value="test_vcf_01.fasta" ftype="fasta"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
403 <param name="include_fails" value="False"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
404 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
405 <output name="output" file="test_vcf_01_output.vcf" compare="diff" lines_diff="4"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
406 <output name="output_unmapped" file="test_vcf_01_output.vcf.unmap"/> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
407 </test> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
408 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
409 <!-- WIG --> |
1 | 410 </tests> |
411 | |
412 <help> | |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
413 CrossMap is versatile tool to convert genome coordinates or annotation files between genome |
1 | 414 assemblies. It supports mostly commonly used file types, including BAM, BED,BigWig, GFF, |
415 GTF, SAM, Wiggle, and VCF formats. For large plain text file types, such as BED, GFF, GTF | |
416 and VCF, reading from remote servers and file compression are supported. | |
8
9750f8c1d3cb
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a-dirty
yhoogstrate
parents:
5
diff
changeset
|
417 |
9750f8c1d3cb
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a-dirty
yhoogstrate
parents:
5
diff
changeset
|
418 CrossMap bed |
9750f8c1d3cb
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a-dirty
yhoogstrate
parents:
5
diff
changeset
|
419 ------------ |
9750f8c1d3cb
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a-dirty
yhoogstrate
parents:
5
diff
changeset
|
420 BED format file must have at least 3 columns (chrom, start, end) and no more than 12 columns. |
9750f8c1d3cb
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a-dirty
yhoogstrate
parents:
5
diff
changeset
|
421 BED format: http://genome.ucsc.edu/FAQ/FAQformat.html#format1 |
1 | 422 </help> |
423 | |
424 <citations> | |
425 <citation type="doi">10.1093/bioinformatics/btt730</citation> | |
426 </citations> | |
427 </tool> |