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