annotate hicup_macros.xml @ 0:f8cb84c49623 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
author bgruening
date Mon, 24 Oct 2022 16:09:44 +0000
parents
children b4e7244246e2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
1 <macros>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
2 <token name="@VERSION@">0.8.3</token>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
3 <xml name="requirements_hicup">
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
4 <requirements>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
5 <requirement type="package" version="@VERSION@">hicup</requirement>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
6 <requirement type="package" version="2.4.5">bowtie2</requirement>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
7 <requirement type="package" version="1.16.1">samtools</requirement>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
8 <yield/>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
9 </requirements>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
10 <version_command>hicup --version</version_command>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
11 </xml>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
12 <xml name="citation_hicup">
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
13 <citations>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
14 <citation type="doi">10.12688/f1000research.7334.1</citation>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
15 </citations>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
16 </xml>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
17 <xml name="reference_genome_macro">
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
18 <conditional name="reference_genome">
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
19 <param name="source" type="select" label="Will you select a reference genome from your history or use a built-in index?" help="Built-ins were indexed using default options. See `Indexes` section of help below">
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
20 <option value="indexed">Use a built-in genome index</option>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
21 <option value="history">Use a genome from the history and build index</option>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
22 </param>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
23 <when value="indexed">
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
24 <param name="index" type="select" label="Select reference genome" help="If your genome of interest is not listed, contact the Galaxy team">
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
25 <options from_data_table="bowtie2_indexes">
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
26 <filter type="sort_by" column="2"/>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
27 <validator type="no_options" message="No indexes are available for the selected input dataset"/>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
28 </options>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
29 </param>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
30 </when>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
31 <when value="history">
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
32 <param name="own_file" type="data" format="fasta" label="Select reference genome" />
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
33 <!--<param name="own_file" type="data" format="fasta" metadata_name="dbkey" label="Select reference genome" />-->
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
34 </when>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
35 </conditional>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
36 </xml>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
37 <xml name="re1">
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
38 <param argument="--re1" type="text" value="" label="Restriction enzyme recognition sequence" help="Restriction enzyme used e.g. A^GATCT,BglII. Some Hi-C protocols may use several enzymes. To specify several enzymes, use the ':' to separate them e.g. A^GATCT,BglII:A^AGCTT,HindIII:^GATC,DpnII. HiCUP accomodates N in restriction enzyme: e.g. :A^ANCTT"/>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
39 </xml>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
40 <xml name="re2">
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
41 <param argument="--re2" type="text" value="" label="Restriction enzyme instead of sonication to shorten di-tags."
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
42 help="To specify a restriction enzyme instead of sonication to shorten di-tags. This restriction site does NOT form a Hi-C ligation junction. 2 .g. AG^CT,AluI. Typically the sonication protocol is followed."/>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
43 </xml>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
44 <xml name="filter_longest_shortest">
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
45 <param argument="--longest" type="text" value="" label="Max insert size" help="Maximum allowable insert size (bps)"/>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
46 <param argument="--shortest" type="text" value="" label="Min insert size" help="Minimum allowable insert size (bps)"/>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
47 </xml>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
48 <xml name="no_fill">
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
49 <param argument="--nofill" type="boolean" value="false" truevalue="--nofill" falsevalue="" label="No fill"
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
50 help="Hi-C protocol did NOT include a fill-in of sticky ends prior to re-ligation and therefore reads shall be truncated at the restriction site sequence"/>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
51 </xml>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
52 <token name="@PAIRED-END_INPUT@"><![CDATA[
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
53 ## Taken from cutadapt except that I don't accept space in name
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
54 #import re
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
55 #set library_type = str($library.type)
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
56 #if $library_type == 'paired':
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
57 #set input_1 = $library.input_1
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
58 #set input_2 = $library.input_2
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
59 #else if $library_type == 'paired_collection'
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
60 #set input_1 = $library.input_1.forward
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
61 #set input_2 = $library.input_1.reverse
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
62 #end if
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
63
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
64 #if $input_1.is_of_type("fastq.gz", "fastqsanger.gz"):
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
65 #set ext = ".fq.gz"
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
66 #else:
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
67 #set ext = ".fq"
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
68 #end if
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
69 #set read1 = "dataset1" + $ext
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
70 ln -f -s '${input_1}' '$read1' &&
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
71
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
72 #if $input_2.is_of_type("fastq.gz", "fastqsanger.gz"):
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
73 #set ext2 = ".fq.gz"
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
74 #else:
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
75 #set ext2 = ".fq"
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
76 #end if
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
77 #set read2 = "dataset2" + $ext2
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
78 ln -f -s '${input_2}' '$read2' &&
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
79 ]]>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
80 </token>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
81 <xml name="input_paired">
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
82 <conditional name="library">
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
83 <param name="type" type="select" label="How Paired-end reads are organized">
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
84 <option value="paired">Separately</option>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
85 <option value="paired_collection">Paired-end Collection</option>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
86 </param>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
87
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
88 <when value="paired">
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
89 <param name="input_1" format="fastq,fastq.gz" type="data" label="FASTQ/A file #1" help="Should be of datatype &quot;fastq.gz&quot;or &quot;fasta&quot;" />
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
90 <param name="input_2" format="fastq,fastq.gz" type="data" label="FASTQ/A file #2" help="Should be of datatype &quot;fastq.gz&quot;or &quot;fasta&quot;" />
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
91 </when>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
92
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
93 <when value="paired_collection">
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
94 <param name="input_1" format="fastq,fastq.gz" type="data_collection" collection_type="paired" label="Paired Collection" help="Should be of datatype &quot;fastq.gz&quot; or &quot;fastq&quot;" />
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
95 </when>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
96
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
97 </conditional>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
98 </xml>
f8cb84c49623 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 50173a1994a72d9774fd46777de94dd02d35bd42
bgruening
parents:
diff changeset
99 </macros>