annotate crossmap.xml @ 3:0e0294f5ab3a draft

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 6e66f1e17650f888c84ec82d100195db61dffdc7-dirty
author yhoogstrate
date Thu, 08 Oct 2015 04:54:07 -0400
parents 9c7cc3690f33
children 9da7052375b9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
0e0294f5ab3a planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 6e66f1e17650f888c84ec82d100195db61dffdc7-dirty
yhoogstrate
parents: 2
diff changeset
1 <tool id="crossmap" name="CrossMap" version="0.2.c">
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
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
15 <version_command>CrossMap.py 2&gt;&amp;1 | head -n 1 | grep -E --only-matching 'CrossMap.*'</version_command>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
16
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
17 <command>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
18 CrossMap.py
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
19 ${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
20
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
21 #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
22 <!-- 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
23 "${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
24 #else
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
25 "$multiple.seq_source.input_chain"
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
26 #end if
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
27
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
28 #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
29 -m $multiple.insert_size
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
30 -s $multiple.insert_size_stdev
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
31 -t $multiple.insert_size_fold
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
32 #end if
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
33
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
34 "$multiple.seq_source.input"
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
35
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
36 #if $multiple.input_format == "vcf"
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
37 "$multiple.seq_source.input_fasta"
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
38 #end if
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
39
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
40 #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
41 >
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
42 #end if
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
43
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
44 "$output"
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
45
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
46 #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
47 ; mv "${output}.${multiple.input_format}" "$output"
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
48 ; mv "${output}.unmap.${multiple.input_format}" "$output_unmapped"
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
49 #else if $multiple.input_format in ["vcf"]
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
50 ; mv "${output}" "$output"
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
51 ; mv "${output}.unmap" "$output_unmapped"
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
52 #else if $multiple.input_format in ["wig", "bigwig"]
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
53 ; mv "${output}.bw" "$output"
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
54 ; mv "${output}.sorted.bgr" "$output2"
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
55 #end if
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
56 </command>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
57
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
58 <inputs>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
59 <conditional name="multiple">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
60 <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
61 <option value="bam">BAM</option>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
62 <option value="sam">SAM</option>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
63 <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
64 <option value="bigwig">BigWig</option>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
65 <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
66 <option value="vcf">VCF</option>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
67 <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
68 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
69 <when value="bam">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
70 <conditional name="seq_source">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
71 <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
72 <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
73 <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
74 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
75 <when value="cached">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
76 <param type="data" format="bam" 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
77 <validator type="unspecified_build" />
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
78 <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
79 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
80 <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
81 <options from_file="liftOver.loc">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
82 <column name="name" index="1"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
83 <column name="value" index="2"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
84 <column name="dbkey" index="0"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
85 <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
86 </options>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
87 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
88 </when>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
89 <when value="history">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
90 <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
91 <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
92 </when>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
93 </conditional>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
94
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
95 <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
96 <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
97 <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
98
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
99 <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
100 </when>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
101 <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
102 <conditional name="seq_source">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
103 <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
104 <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
105 <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
106 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
107 <when value="cached">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
108 <param type="data" format="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
109 <validator type="unspecified_build" />
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
110 <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
111 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
112 <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
113 <options from_file="liftOver.loc">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
114 <column name="name" index="1"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
115 <column name="value" index="2"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
116 <column name="dbkey" index="0"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
117 <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
118 </options>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
119 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
120 </when>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
121 <when value="history">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
122 <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
123 <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
124 </when>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
125 </conditional>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
126
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
127 <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
128 <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
129 <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
130
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
131 <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
132 </when>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
133 <when value="bed">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
134 <conditional name="seq_source">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
135 <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
136 <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
137 <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
138 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
139 <when value="cached">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
140 <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
141 <validator type="unspecified_build" />
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
142 <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
143 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
144 <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
145 <options from_file="liftOver.loc">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
146 <column name="name" index="1"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
147 <column name="value" index="2"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
148 <column name="dbkey" index="0"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
149 <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
150 </options>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
151 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
152 </when>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
153 <when value="history">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
154 <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
155 <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
156 </when>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
157 </conditional>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
158
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
159 <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
160 </when>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
161 <when value="bigwig">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
162 <conditional name="seq_source">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
163 <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
164 <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
165 <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
166 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
167 <when value="cached">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
168 <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
169 <validator type="unspecified_build" />
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
170 <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
171 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
172 <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
173 <options from_file="liftOver.loc">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
174 <column name="name" index="1"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
175 <column name="value" index="2"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
176 <column name="dbkey" index="0"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
177 <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
178 </options>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
179 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
180 </when>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
181 <when value="history">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
182 <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
183 <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
184 </when>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
185 </conditional>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
186
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
187 <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
188 </when>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
189 <when value="gff">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
190 <conditional name="seq_source">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
191 <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
192 <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
193 <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
194 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
195 <when value="cached">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
196 <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
197 <validator type="unspecified_build" />
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
198 <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
199 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
200 <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
201 <options from_file="liftOver.loc">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
202 <column name="name" index="1"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
203 <column name="value" index="2"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
204 <column name="dbkey" index="0"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
205 <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
206 </options>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
207 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
208 </when>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
209 <when value="history">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
210 <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
211 <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
212 </when>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
213 </conditional>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
214
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
215 <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
216 </when>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
217 <when value="vcf">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
218 <conditional name="seq_source">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
219 <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
220 <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
221 <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
222 <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
223 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
224
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
225 <when value="cached">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
226 <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
227 <validator type="unspecified_build" />
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
228 <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
229 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
230
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
231 <!-- 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
232 <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
233 <options from_file="liftOver.loc">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
234 <column name="name" index="1" />
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
235 <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
236 <column name="dbkey" index="0" />
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
237 <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
238 </options>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
239 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
240
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
241 <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
242 <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
243 <column name="name" index="2"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
244 <column name="value" index="3"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
245 <column name="dbkey" index="1"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
246 <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
247 </options>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
248 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
249 </when>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
250
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
251 <when value="history_chain">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
252 <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
253 <validator type="unspecified_build" />
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
254 <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
255 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
256 <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
257 <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
258 <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
259 <column name="name" index="2"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
260 <column name="value" index="3"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
261 <column name="dbkey" index="1"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
262 </options>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
263 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
264 </when>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
265
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
266 <when value="history_all">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
267 <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
268 <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
269 <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
270 </when>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
271 </conditional>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
272
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
273 <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
274 </when>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
275 <when value="wig">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
276 <conditional name="seq_source">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
277 <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
278 <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
279 <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
280 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
281 <when value="cached">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
282 <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
283 <validator type="unspecified_build" />
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
284 <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
285 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
286 <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
287 <options from_file="liftOver.loc">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
288 <column name="name" index="1"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
289 <column name="value" index="2"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
290 <column name="dbkey" index="0"/>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
291 <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
292 </options>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
293 </param>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
294 </when>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
295 <when value="history">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
296 <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
297 <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
298 </when>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
299 </conditional>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
300
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
301 <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
302 </when>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
303 </conditional>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
304 </inputs>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
305
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
306 <outputs>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
307 <data format="text" name="output" label="${tool.name} on ">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
308 <change_format>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
309 <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
310 <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
311 <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
312 <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
313 <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
314 <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
315 <when input="imultiple.nput_format" value="wig" format="bigwig" />
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
316 </change_format>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
317 </data>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
318
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
319 <data format="text" name="output_unmapped" label="${tool.name} unmapped on ">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
320 <filter>input_format in ["bam" , "vcf"]</filter>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
321 <change_format>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
322 <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
323 <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
324 </change_format>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
325 </data>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
326 <data format="text" name="output2" label="${tool.name} on ">
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
327 <filter>input_format in ["wig"]</filter>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
328 <change_format>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
329 <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
330 </change_format>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
331 </data>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
332 </outputs>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
333
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
334 <tests>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
335 <!-- BAM/SAM -->
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
336 <test>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
337 <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
338 <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
339 <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
340 <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
341 <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
342
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
343 <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
344 <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
345 </test>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
346
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
347 <!-- BED -->
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
348 <test>
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="bed"/>
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_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
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_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
356 </test>
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 <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
359 <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
360 <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
361 <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
362 <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
363
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
364 <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
365 </test>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
366 <test>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
367 <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
368 <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
369 <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
370 <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
371 <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
372
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
373 <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
374 </test>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
375 <test>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
376 <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
377 <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
378 <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
379 <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
380 <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
381
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
382 <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
383 </test>
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 <!-- 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
386 <test>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
387 <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
388 <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
389 <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
390 <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
391 <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
392
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
393 <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
394 <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
395 </test>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
396 <!-- GFF -->
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
397 <test>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
398 <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
399 <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
400 <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
401 <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
402 <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
403
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
404 <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
405 </test>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
406 <test>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
407 <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
408 <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
409 <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
410 <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
411 <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
412
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
413 <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
414 </test>
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 <!-- VCF -->
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 <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
419 <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
420 <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
421 <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
422 <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
423 <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
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_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
426 <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
427 </test>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
428 </tests>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
429
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
430 <!-- WIG - Doesn't understand fixedStep -->
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
431 <test>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
432 <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
433 <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
434 <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
435 <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
436 <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
437
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
438 <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
439 <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
440 </test>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
441 <help>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
442 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
443 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
444 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
445 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
446
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
447 CrossMap bed
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
448 ------------
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
449 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
450 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
451 </help>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
452
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
453 <citations>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
454 <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
455 </citations>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
456 </tool>