Mercurial > repos > yhoogstrate > crossmap
annotate crossmap.xml @ 37:9e99c09ebe84 draft default tip
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 2a0f8a26551929e52f6aea1d109b8a3bda81af8b-dirty
author | yhoogstrate |
---|---|
date | Thu, 12 Nov 2015 16:38:32 -0500 |
parents | 47d4f148eb8c |
children |
rev | line source |
---|---|
36
47d4f148eb8c
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 2a0f8a26551929e52f6aea1d109b8a3bda81af8b-dirty
yhoogstrate
parents:
35
diff
changeset
|
1 <tool id="crossmap" name="CrossMap" version="0.2.e"> |
1 | 2 <description>Convert genome coordinates or annotation files between genome assemblies</description> |
3 | |
4 <requirements> | |
26
a366e3148677
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 6e66f1e17650f888c84ec82d100195db61dffdc7-dirty
yhoogstrate
parents:
24
diff
changeset
|
5 <requirement type="package" version="312">ucsc_tools</requirement> |
23
b55865ba56c8
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 290b453ad2abdb65322ec2e50889aaf2b03bb095-dirty
yhoogstrate
parents:
20
diff
changeset
|
6 <requirement type="package" version="2.7">python</requirement> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
7 <requirement type="package" version="0.2">crossmap</requirement> |
1 | 8 </requirements> |
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> |
37
9e99c09ebe84
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 2a0f8a26551929e52f6aea1d109b8a3bda81af8b-dirty
yhoogstrate
parents:
36
diff
changeset
|
11 <regex match="Aborted (core dumped)" 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"/> |
37
9e99c09ebe84
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 2a0f8a26551929e52f6aea1d109b8a3bda81af8b-dirty
yhoogstrate
parents:
36
diff
changeset
|
13 <exit_code range="1:" /> |
8
9750f8c1d3cb
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a-dirty
yhoogstrate
parents:
5
diff
changeset
|
14 </stdio> |
16
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
15 |
29
871455bebf64
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
28
diff
changeset
|
16 <version_command>python $CROSSMAP_ROOT_DIR/bin/CrossMap.py 2>&1 | head -n 1 | grep -E --only-matching 'CrossMap.*'</version_command> |
16
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
17 |
35
9a3254bb8c4e
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 2a0f8a26551929e52f6aea1d109b8a3bda81af8b-dirty
yhoogstrate
parents:
33
diff
changeset
|
18 <!-- First line of CrossMap has hardcoded "#!/usr/bin/python". This makes use of Galaxy's python: --> |
9a3254bb8c4e
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 2a0f8a26551929e52f6aea1d109b8a3bda81af8b-dirty
yhoogstrate
parents:
33
diff
changeset
|
19 <command><![CDATA[ |
28
f1fa5c4eba47
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3d455a19e1a217e8a8f07784892d4a521c18fc10-dirty
yhoogstrate
parents:
26
diff
changeset
|
20 python \$CROSSMAP_ROOT_DIR/bin/CrossMap.py |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
21 ${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
|
22 |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
23 #if $multiple.input_format == "vcf" and $multiple.seq_source.index_source == "cached" |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
24 <!-- This is the 2nd dbkey, and the corresponding value has to be looked up --> |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
25 "${filter(lambda x: str( x[1] ) == str($multiple.seq_source.input_chain ), $__app__.tool_data_tables['liftOver'].get_fields())[0][2] }" |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
26 #else |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
27 "$multiple.seq_source.input_chain" |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
28 #end if |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
29 |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
30 #if $multiple.input_format in ["bam", "sam"] |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
31 -m $multiple.insert_size |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
32 -s $multiple.insert_size_stdev |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
33 -t $multiple.insert_size_fold |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
34 #end if |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
35 |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
36 "$multiple.seq_source.input" |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
37 |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
38 #if $multiple.input_format == "vcf" |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
39 "$multiple.seq_source.input_fasta" |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
40 #end if |
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
41 |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
42 #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
|
43 > |
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
44 #end if |
9
0cae6e3273a8
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd
yhoogstrate
parents:
8
diff
changeset
|
45 |
11
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
46 "$output" |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
47 |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
48 #if $multiple.input_format in ["bam", "sam"] |
33
5500eeb65605
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit dc4deb40aeefdf8b20f496626fe0ba28cbe248ed
yhoogstrate
parents:
32
diff
changeset
|
49 && mv "${output}.${multiple.input_format}" "$output" |
5500eeb65605
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit dc4deb40aeefdf8b20f496626fe0ba28cbe248ed
yhoogstrate
parents:
32
diff
changeset
|
50 && mv "${output}.unmap.${multiple.input_format}" "$output_unmapped" |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
51 #else if $multiple.input_format in ["vcf"] |
33
5500eeb65605
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit dc4deb40aeefdf8b20f496626fe0ba28cbe248ed
yhoogstrate
parents:
32
diff
changeset
|
52 && mv "${output}" "$output" |
5500eeb65605
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit dc4deb40aeefdf8b20f496626fe0ba28cbe248ed
yhoogstrate
parents:
32
diff
changeset
|
53 && mv "${output}.unmap" "$output_unmapped" |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
54 #else if $multiple.input_format in ["wig", "bigwig"] |
33
5500eeb65605
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit dc4deb40aeefdf8b20f496626fe0ba28cbe248ed
yhoogstrate
parents:
32
diff
changeset
|
55 && mv "${output}.bw" "$output" |
5500eeb65605
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit dc4deb40aeefdf8b20f496626fe0ba28cbe248ed
yhoogstrate
parents:
32
diff
changeset
|
56 && mv "${output}.sorted.bgr" "$output2" |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
57 #end if |
35
9a3254bb8c4e
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 2a0f8a26551929e52f6aea1d109b8a3bda81af8b-dirty
yhoogstrate
parents:
33
diff
changeset
|
58 ]]></command> |
1 | 59 |
60 <inputs> | |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
61 <conditional name="multiple"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
62 <param name="input_format" type="select" label="Convert a file of the following format"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
63 <option value="bam">BAM</option> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
64 <option value="sam">SAM</option> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
65 <option value="bed">BED or BED-like</option> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
66 <option value="bigwig">BigWig</option> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
67 <option value="gff">GFF or GTF</option> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
68 <option value="vcf">VCF</option> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
69 <option value="wig">Wiggle or bedGraph</option> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
70 </param> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
71 <when value="bam"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
72 <conditional name="seq_source"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
73 <param name="index_source" type="select" label="Source for LiftOver Data (chain file)"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
74 <option value="cached">Local data (in galaxy)</option> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
75 <option value="history">From History</option> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
76 </param> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
77 <when value="cached"> |
33
5500eeb65605
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit dc4deb40aeefdf8b20f496626fe0ba28cbe248ed
yhoogstrate
parents:
32
diff
changeset
|
78 <param type="data" format="bam" name="input" label="BAM file"> |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
79 <validator type="unspecified_build" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
80 <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." /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
81 </param> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
82 <param name="input_chain" type="select" label="Lift Over To"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
83 <options from_file="liftOver.loc"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
84 <column name="name" index="1"/> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
85 <column name="value" index="2"/> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
86 <column name="dbkey" index="0"/> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
87 <filter type="data_meta" ref="input" key="dbkey" column="0" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
88 </options> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
89 </param> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
90 </when> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
91 <when value="history"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
92 <param type="data" format="bam,sam" name="input" label="BAM/SAM file" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
93 <param type="data" format="csv" name="input_chain" label="LiftOver chain file" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
94 </when> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
95 </conditional> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
96 |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
97 <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]" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
98 <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]" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
99 <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]" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
100 |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
101 <param name="include_fails" type="hidden" tvalue="False" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
102 </when> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
103 <when value="sam"><!-- BAM and SAM are exactly the same conditions, but they need to be separate to get the proper output format --> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
104 <conditional name="seq_source"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
105 <param name="index_source" type="select" label="Source for LiftOver Data (chain file)"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
106 <option value="cached">Local data (in galaxy)</option> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
107 <option value="history">From History</option> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
108 </param> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
109 <when value="cached"> |
33
5500eeb65605
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit dc4deb40aeefdf8b20f496626fe0ba28cbe248ed
yhoogstrate
parents:
32
diff
changeset
|
110 <param type="data" format="sam" name="input" label="SAM file"> |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
111 <validator type="unspecified_build" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
112 <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." /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
113 </param> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
114 <param name="input_chain" type="select" label="Lift Over To"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
115 <options from_file="liftOver.loc"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
116 <column name="name" index="1"/> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
117 <column name="value" index="2"/> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
118 <column name="dbkey" index="0"/> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
119 <filter type="data_meta" ref="input" key="dbkey" column="0" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
120 </options> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
121 </param> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
122 </when> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
123 <when value="history"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
124 <param type="data" format="bam,sam" name="input" label="BAM/SAM file" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
125 <param type="data" format="csv" name="input_chain" label="LiftOver chain file" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
126 </when> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
127 </conditional> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
128 |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
129 <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]" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
130 <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]" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
131 <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]" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
132 |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
133 <param name="include_fails" type="hidden" tvalue="False" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
134 </when> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
135 <when value="bed"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
136 <conditional name="seq_source"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
137 <param name="index_source" type="select" label="Source for LiftOver Data (chain file)"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
138 <option value="cached">Local data (in galaxy)</option> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
139 <option value="history">From History</option> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
140 </param> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
141 <when value="cached"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
142 <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."> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
143 <validator type="unspecified_build" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
144 <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." /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
145 </param> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
146 <param name="input_chain" type="select" label="Lift Over To"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
147 <options from_file="liftOver.loc"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
148 <column name="name" index="1"/> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
149 <column name="value" index="2"/> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
150 <column name="dbkey" index="0"/> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
151 <filter type="data_meta" ref="input" key="dbkey" column="0" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
152 </options> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
153 </param> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
154 </when> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
155 <when value="history"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
156 <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." /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
157 <param type="data" format="csv" name="input_chain" label="LiftOver chain file" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
158 </when> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
159 </conditional> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
160 |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
161 <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')" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
162 </when> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
163 <when value="bigwig"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
164 <conditional name="seq_source"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
165 <param name="index_source" type="select" label="Source for LiftOver Data (chain file)"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
166 <option value="cached">Local data (in galaxy)</option> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
167 <option value="history">From History</option> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
168 </param> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
169 <when value="cached"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
170 <param format="bigwig" name="input" type="data" label="BigWig file"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
171 <validator type="unspecified_build" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
172 <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." /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
173 </param> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
174 <param name="input_chain" type="select" label="Lift Over To"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
175 <options from_file="liftOver.loc"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
176 <column name="name" index="1"/> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
177 <column name="value" index="2"/> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
178 <column name="dbkey" index="0"/> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
179 <filter type="data_meta" ref="input" key="dbkey" column="0" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
180 </options> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
181 </param> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
182 </when> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
183 <when value="history"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
184 <param type="data" format="bigwig" name="input" label="BigWig file" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
185 <param type="data" format="csv" name="input_chain" label="LiftOver chain file" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
186 </when> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
187 </conditional> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
188 |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
189 <param name="include_fails" type="hidden" tvalue="False" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
190 </when> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
191 <when value="gff"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
192 <conditional name="seq_source"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
193 <param name="index_source" type="select" label="Source for LiftOver Data (chain file)"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
194 <option value="cached">Local data (in galaxy)</option> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
195 <option value="history">From History</option> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
196 </param> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
197 <when value="cached"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
198 <param format="gtf,gff,gff3" name="input" type="data" label="GTF/GFF file"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
199 <validator type="unspecified_build" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
200 <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." /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
201 </param> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
202 <param name="input_chain" type="select" label="Lift Over To"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
203 <options from_file="liftOver.loc"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
204 <column name="name" index="1"/> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
205 <column name="value" index="2"/> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
206 <column name="dbkey" index="0"/> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
207 <filter type="data_meta" ref="input" key="dbkey" column="0" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
208 </options> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
209 </param> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
210 </when> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
211 <when value="history"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
212 <param type="data" format="gtf,gff,gff3" name="input" label="GTF/GFF file" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
213 <param type="data" format="csv" name="input_chain" label="LiftOver chain file" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
214 </when> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
215 </conditional> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
216 |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
217 <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')" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
218 </when> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
219 <when value="vcf"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
220 <conditional name="seq_source"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
221 <param name="index_source" type="select" label="Source for LiftOver Data"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
222 <option value="cached">Local data (in galaxy)</option> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
223 <option value="history_chain">Chain file from History</option> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
224 <option value="history_all">Chain & FASTA files from History</option> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
225 </param> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
226 |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
227 <when value="cached"> |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
228 <param type="data" format="vcf" name="input" label="VCF file"> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
229 <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
|
230 <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
|
231 </param> |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
232 |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
233 <!-- automatically fetch a FASTA file from the same DBKEY as the chain file --> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
234 <param name="input_chain" type="select" label="Lift Over To (Chain file)"> |
13
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="liftOver.loc"> |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
236 <column name="name" index="1" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
237 <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 --> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
238 <column name="dbkey" index="0" /> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
239 <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
|
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> |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
242 |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
243 <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"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
244 <options from_file="all_fasta.loc"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
245 <column name="name" index="2"/> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
246 <column name="value" index="3"/> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
247 <column name="dbkey" index="1"/> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
248 <filter type="param_value" ref="input_chain" column="1" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
249 </options> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
250 </param> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
251 </when> |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
252 |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
253 <when value="history_chain"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
254 <param type="data" format="vcf" name="input" label="VCF file"> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
255 <validator type="unspecified_build" /> |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
256 <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." /> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
257 </param> |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
258 <param type="data" format="csv" name="input_chain" multiple="false" label="LiftOver chain file" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
259 <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"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
260 <options from_file="all_fasta.loc"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
261 <column name="name" index="2"/> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
262 <column name="value" index="3"/> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
263 <column name="dbkey" index="1"/> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
264 </options> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
265 </param> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
266 </when> |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
267 |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
268 <when value="history_all"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
269 <param type="data" format="vcf" name="input" label="VCF file" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
270 <param type="data" format="csv" name="input_chain" multiple="false" label="LiftOver chain file" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
271 <param type="data" format="fasta" name="input_fasta" multiple="false" label="Full genome FASTA file" /> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
272 </when> |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
273 </conditional> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
274 |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
275 <param name="include_fails" type="hidden" tvalue="False" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
276 </when> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
277 <when value="wig"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
278 <conditional name="seq_source"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
279 <param name="index_source" type="select" label="Source for LiftOver Data (chain file)"> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
280 <option value="cached">Local data (in galaxy)</option> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
281 <option value="history">From History</option> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
282 </param> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
283 <when value="cached"> |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
284 <param format="wig" name="input" type="data" label="Wiggle file"> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
285 <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
|
286 <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
|
287 </param> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
288 <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
|
289 <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
|
290 <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
|
291 <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
|
292 <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
|
293 <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
|
294 </options> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
295 </param> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
296 </when> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
297 <when value="history"> |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
298 <param format="wig" name="input" type="data" label="Wiggle file" /> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
299 <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
|
300 </when> |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
301 </conditional> |
16
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
302 |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
303 <param name="include_fails" type="hidden" tvalue="False" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
304 </when> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
305 </conditional> |
1 | 306 </inputs> |
307 | |
308 <outputs> | |
29
871455bebf64
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
28
diff
changeset
|
309 <data format="text" name="output" label="${tool.name} on ${on_string}"> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
310 <change_format> |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
311 <when input="multiple.input_format" value="bam" format="bam" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
312 <when input="multiple.input_format" value="sam" format="sam" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
313 <when input="multiple.input_format" value="bed" format="bed" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
314 <when input="multiple.input_format" value="bigwig" format="bigwig" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
315 <when input="multiple.input_format" value="gff" format="gff" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
316 <when input="multiple.input_format" value="vcf" format="vcf" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
317 <when input="multiple.input_format" value="wig" format="bigwig" /> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
318 </change_format> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
319 </data> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
320 |
29
871455bebf64
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
28
diff
changeset
|
321 <data format="text" name="output_unmapped" label="${tool.name} (unmapped) on ${on_string}"> |
36
47d4f148eb8c
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 2a0f8a26551929e52f6aea1d109b8a3bda81af8b-dirty
yhoogstrate
parents:
35
diff
changeset
|
322 <filter>multiple['input_format'] in ["bam" , "sam" , "vcf"]</filter> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
323 <change_format> |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
324 <when input="multiple.input_format" value="bam" format="bam" /> |
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
325 <when input="multiple.input_format" value="vcf" format="vcf" /> |
16
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
326 </change_format> |
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
327 </data> |
29
871455bebf64
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
28
diff
changeset
|
328 <data format="text" name="output2" label="${tool.name} (bedgraph) on ${on_string}"> |
32
00a4682c94bc
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
31
diff
changeset
|
329 <filter>multiple['input_format'] in ["wig"]</filter> |
16
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
330 <change_format> |
31
ebcd672e9072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3cceec514024bda448f7b8f207b09e49cba63de1-dirty
yhoogstrate
parents:
30
diff
changeset
|
331 <when input="multiple.input_format" value="wig" format="bedgraph" /> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
332 </change_format> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
333 </data> |
1 | 334 </outputs> |
335 | |
336 <tests> | |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
337 <!-- BAM/SAM --> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
338 <test> |
33
5500eeb65605
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit dc4deb40aeefdf8b20f496626fe0ba28cbe248ed
yhoogstrate
parents:
32
diff
changeset
|
339 <param name="input_format" value="bam"/> |
5500eeb65605
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit dc4deb40aeefdf8b20f496626fe0ba28cbe248ed
yhoogstrate
parents:
32
diff
changeset
|
340 <param name="index_source" value="history"/> |
5500eeb65605
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit dc4deb40aeefdf8b20f496626fe0ba28cbe248ed
yhoogstrate
parents:
32
diff
changeset
|
341 <param name="input" value="test_bam_01_input_a.sam" ftype="bam"/> |
5500eeb65605
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit dc4deb40aeefdf8b20f496626fe0ba28cbe248ed
yhoogstrate
parents:
32
diff
changeset
|
342 <param name="input_chain" value="aToB.over.chain" ftype="csv"/> |
5500eeb65605
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit dc4deb40aeefdf8b20f496626fe0ba28cbe248ed
yhoogstrate
parents:
32
diff
changeset
|
343 <param name="include_fails" value="False"/> |
5500eeb65605
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit dc4deb40aeefdf8b20f496626fe0ba28cbe248ed
yhoogstrate
parents:
32
diff
changeset
|
344 |
5500eeb65605
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit dc4deb40aeefdf8b20f496626fe0ba28cbe248ed
yhoogstrate
parents:
32
diff
changeset
|
345 <output name="output" file="test_bam_01_output_a.sam" compare="diff" lines_diff="4"/> |
5500eeb65605
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit dc4deb40aeefdf8b20f496626fe0ba28cbe248ed
yhoogstrate
parents:
32
diff
changeset
|
346 <output name="output_unmapped" file="test_bam_01_output_a.unmap.sam"/> |
5500eeb65605
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit dc4deb40aeefdf8b20f496626fe0ba28cbe248ed
yhoogstrate
parents:
32
diff
changeset
|
347 </test> |
5500eeb65605
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit dc4deb40aeefdf8b20f496626fe0ba28cbe248ed
yhoogstrate
parents:
32
diff
changeset
|
348 |
5500eeb65605
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit dc4deb40aeefdf8b20f496626fe0ba28cbe248ed
yhoogstrate
parents:
32
diff
changeset
|
349 <test> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
350 <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
|
351 <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
|
352 <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
|
353 <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
|
354 <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
|
355 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
356 <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
|
357 <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
|
358 </test> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
359 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
360 <!-- BED --> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
361 <test> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
362 <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
|
363 <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
|
364 <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
|
365 <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
|
366 <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
|
367 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
368 <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
|
369 </test> |
1 | 370 <test> |
11
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
371 <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
|
372 <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
|
373 <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
|
374 <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
|
375 <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
|
376 |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
377 <output name="output" file="test_bed_01_output_a__all.bed"/> |
1 | 378 </test> |
11
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
379 <test> |
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
380 <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
|
381 <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
|
382 <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
|
383 <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
|
384 <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
|
385 |
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
386 <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
|
387 </test> |
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
388 <test> |
a5eb1023fc34
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd-dirty
yhoogstrate
parents:
9
diff
changeset
|
389 <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
|
390 <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
|
391 <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
|
392 <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
|
393 <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
|
394 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
395 <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
|
396 </test> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
397 |
18
d76352081273
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3d756e33e5a551c55cfb91fd95785ce102a8c41f-dirty
yhoogstrate
parents:
16
diff
changeset
|
398 <!-- BigWig --><!-- Malfuncioning in CrossMap 0.2, but patched via galaxy toolshed installer --> |
16
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
399 <test> |
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
400 <param name="input_format" value="bigwig"/> |
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
401 <param name="index_source" value="history"/> |
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
402 <param name="input" value="test_bigwig_01_input_a.bw" ftype="bigwig"/> |
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
403 <param name="input_chain" value="aToB.over.chain" ftype="csv"/> |
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
404 <param name="include_fails" value="False"/> |
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
405 |
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
406 <output name="output" file="test_bigwig_01_output_a.bw"/> |
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
407 <output name="output2" file="test_bigwig_01_output_a.sorted.bgr"/> |
18
d76352081273
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3d756e33e5a551c55cfb91fd95785ce102a8c41f-dirty
yhoogstrate
parents:
16
diff
changeset
|
408 </test> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
409 <!-- GFF --> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
410 <test> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
411 <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
|
412 <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
|
413 <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
|
414 <param name="input_chain" value="aToB.over.chain" ftype="csv"/> |
16
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
415 <param name="include_fails" value="False"/> |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
416 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
417 <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
|
418 </test> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
419 <test> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
420 <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
|
421 <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
|
422 <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
|
423 <param name="input_chain" value="aToB.over.chain" ftype="csv"/> |
16
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
424 <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
|
425 |
13
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
426 <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
|
427 </test> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
428 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
429 <!-- VCF --> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
430 <test> |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
431 <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
|
432 <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
|
433 <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
|
434 <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
|
435 <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
|
436 <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
|
437 |
7e32d2a88c07
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 853297e61ca5fecafe4f09ec449e2731515b32c1-dirty
yhoogstrate
parents:
11
diff
changeset
|
438 <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
|
439 <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
|
440 </test> |
1 | 441 </tests> |
16
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
442 |
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
443 <!-- WIG - Doesn't understand fixedStep --> |
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
444 <test> |
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
445 <param name="input_format" value="wig"/> |
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
446 <param name="index_source" value="history"/> |
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
447 <param name="input" value="test_wig_01_input_a.wig" ftype="wig"/> |
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
448 <param name="input_chain" value="aToB.over.chain" ftype="csv"/> |
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
449 <param name="include_fails" value="False"/> |
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
450 |
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
451 <output name="output" file="test_wig_01_output_a.bw"/> |
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
452 <output name="output2" file="test_wig_01_output_a.sorted.bgr"/> |
263581d4dd90
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 74570ff45544cfe08ef65d0b712f8d44da6f545c
yhoogstrate
parents:
13
diff
changeset
|
453 </test> |
1 | 454 <help> |
5
39d95e2675f5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a
yhoogstrate
parents:
1
diff
changeset
|
455 CrossMap is versatile tool to convert genome coordinates or annotation files between genome |
1 | 456 assemblies. It supports mostly commonly used file types, including BAM, BED,BigWig, GFF, |
457 GTF, SAM, Wiggle, and VCF formats. For large plain text file types, such as BED, GFF, GTF | |
458 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
|
459 |
9750f8c1d3cb
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a-dirty
yhoogstrate
parents:
5
diff
changeset
|
460 CrossMap bed |
9750f8c1d3cb
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a-dirty
yhoogstrate
parents:
5
diff
changeset
|
461 ------------ |
9750f8c1d3cb
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a-dirty
yhoogstrate
parents:
5
diff
changeset
|
462 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
|
463 BED format: http://genome.ucsc.edu/FAQ/FAQformat.html#format1 |
1 | 464 </help> |
465 | |
466 <citations> | |
467 <citation type="doi">10.1093/bioinformatics/btt730</citation> | |
468 </citations> | |
469 </tool> |