annotate MethylDackel.xml @ 9:d6787bab7b11 draft default tip

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
author bgruening
date Sat, 05 Jun 2021 09:18:31 +0000
parents 15df15127c18
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
1 <tool id="pileometh" name="MethylDackel" version="@TOOL_VERSION@+@GALAXY_TOOL_VERSION@" profile="20.01">
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
2 <description>A tool for processing bisulfite sequencing alignments</description>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
3 <macros>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
4 <import>macros.xml</import>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
5 </macros>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
6 <expand macro="edam_ontology"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
7 <expand macro="requirements"/>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
8 <version_command><![CDATA[MethylDackel --version]]></version_command>
7
15df15127c18 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit 6a688af07eb65f08922cf59dabcbc1b16277db8c
bgruening
parents: 6
diff changeset
9 <command detect_errors="aggressive"><![CDATA[
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
10 #if $reference_source.reference_source_selector == "cached":
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
11 ln -s $reference_source.ref_file.fields.path reference.fasta &&
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
12 #else:
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
13 ln -s $reference_source.ref_file reference.fasta &&
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
14 #end if
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
15
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
16 ln -s '$input_sortedAlignBAM' ./infile.bam &&
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
17 ln -s '${input_sortedAlignBAM.metadata.bam_index}' infile.bai &&
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
18
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
19 MethylDackel
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
20 $main_task.task
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
21
6
906db57d5d65 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 08bee869cbf7be7a70e2d7921ff42539bf5acd4d
bgruening
parents: 3
diff changeset
22 -@ \${GALAXY_SLOTS:-4}
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
23 #if $main_task.task == 'extract':
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
24 -o output
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
25 $main_task.mergeContext
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
26 #if str($main_task.OT).strip() != '':
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
27 --OT $main_task.OT
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
28 #end if
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
29 #if str($main_task.OB).strip() != '':
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
30 --OB $main_task.OB
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
31 #end if
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
32 #if str($main_task.CTOT).strip() != '':
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
33 --CTOT $main_task.CTOT
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
34 #end if
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
35 #if str($main_task.CTOB).strip() != '':
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
36 --CTOB $main_task.CTOB
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
37 #end if
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
38 #if str($main_task.mappability_options.mappability_status) == 'True':
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
39 -M '${main_task.mappability_options.mappability}'
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
40 --mappabilityThreshold $main_task.mappability_options.mappabilityThreshold
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
41 --minMappableBases $main_task.mappability_options.minMappableBases
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
42 #end if
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
43 #end if
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
44 #if $advanced_options.mbias_regionString:
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
45 -r $advanced_options.mbias_regionString
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
46 #end if
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
47 #if $regionBed_options.regionBed_status == 'True':
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
48 -l '$regionBed_options.regionBed'
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
49 $regionBed_options.keepStrand
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
50 #end if
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
51 $advanced_options.keepDupes
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
52 $advanced_options.keepSingleton
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
53 $advanced_options.keepDiscordant
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
54 -q $advanced_options.min_mapq
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
55 -p $advanced_options.min_phred
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
56 #if $advanced_options.methylation_metrics
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
57 #for $context_methylation in $advanced_options.methylation_metrics:
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
58 $context_methylation
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
59 #end for
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
60 #end if
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
61 #if $main_task.task == 'extract':
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
62 --minOppositeDepth $advanced_options.minOppositeDepth
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
63 --maxVariantFrac $advanced_options.maxVariantFrac
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
64 -d $advanced_options.min_pbdepth
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
65 --ignoreFlags $advanced_options.ignoreFlags
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
66 --requireFlags $advanced_options.requireFlags
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
67 #if $main_task.extract_outputs
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
68 $main_task.extract_outputs
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
69 #end if
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
70 #if str($advanced_options.nOT).strip() != '':
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
71 --nOT $advanced_options.nOT
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
72 #end if
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
73 #if str($advanced_options.nOB).strip() != '':
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
74 --nOB $advanced_options.nOB
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
75 #end if
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
76 #if str($advanced_options.nCTOT).strip() != '':
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
77 --nCTOT $advanced_options.nCTOT
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
78 #end if
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
79 #if str($advanced_options.nCTOB).strip() != '':
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
80 --nCTOB $advanced_options.nCTOB
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
81 #end if
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
82 #end if
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
83
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
84
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
85 reference.fasta
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
86
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
87 ./infile.bam
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
88
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
89 #if $main_task.task == 'mbias':
7
15df15127c18 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit 6a688af07eb65f08922cf59dabcbc1b16277db8c
bgruening
parents: 6
diff changeset
90 out_mbias $main_task.tsv > out_mbias.tsv &&
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
91 touch out_mbias_OT.svg &&
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
92 touch out_mbias_OB.svg &&
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
93 touch out_mbias_CTOT.svg &&
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
94 touch out_mbias_CTOB.svg
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
95 #end if
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
96 ]]></command>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
97 <inputs>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
98 <conditional name="reference_source">
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
99 <param name="reference_source_selector" type="select" label="Load reference genome from">
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
100 <option value="cached">Local cache</option>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
101 <option value="history">History</option>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
102 </param>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
103 <when value="cached">
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
104 <param name="ref_file" type="select" label="Using reference genome" help="Reference sequence">
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
105 <options from_data_table="all_fasta"/>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
106 <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file"/>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
107 </param>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
108 </when>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
109 <when value="history">
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
110 <param name="ref_file" type="data" format="fasta" label="Use the folloing dataset as the reference sequence" help="REFERENCE_SEQUENCE; You can upload a FASTA sequence to the history and use it as reference" />
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
111 </when>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
112 </conditional>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
113 <param name="input_sortedAlignBAM" multiple="False" type="data" format="bam" label="Sorted BAM file"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
114 <conditional name="regionBed_options">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
115 <param name="regionBed_status" type="select" label="Use a BED file of regions for inclusion">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
116 <option value="True">Enabled</option>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
117 <option value="False" selected="True">Disabled</option>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
118 </param>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
119 <when value="True">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
120 <param name="regionBed" type="data" format='bed' label="BED file of regions for inclusion"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
121 <param argument="--keepStrand" type="boolean" truevalue="--keepStrand" falsevalue="" checked="False" label="Use the strand column" help="If a BED file is specified, then this option will cause the strand column (column 6) to be utilized, if present. Thus, if a region has a '+' in this column, then only metrics from the top strand will be output. " />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
122 </when>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
123 <when value="False">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
124 </when>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
125 </conditional>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
126 <conditional name="main_task">
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
127 <param name="task" type="select" label="What do you want to do?" >
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
128 <option value="extract">Extract methylation metrics from an alignment file in BAM/CRAM format (extract)</option>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
129 <option value="mbias">Determine the position-dependent methylation bias in a dataset, producing diagnostic SVG images (mbias)</option>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
130 </param>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
131 <when value="extract">
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
132 <conditional name="mappability_options">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
133 <param name="mappability_status" type="select" label="Provide a bigWig file containing mappability data" >
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
134 <option value="True">Enabled</option>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
135 <option value="False" selected="True">Disabled</option>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
136 </param>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
137 <when value="True">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
138 <param argument="--mappability" type="data" format="bigwig" label="A bigWig file containing mappability data for filtering reads." help="Given a bigWig of Bismap mappability data (using the -M option), MethylDackel can also filter out reads with a mappability score which is too low to support methylation calling. "/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
139 <param argument="--mappabilityThreshold" type="float" min="0" max="1" value="0.01" label="Mappability threshold" help="If a bigWig file is provided, this sets the threshold mappability value above which a base is considered mappable (default 0.01)." />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
140 <param argument="--minMappableBases" type="integer" value="15" label="Minimum mappable bases" help="If a bigWig file is provided, this sets the number of mappable bases needed for a read to be considered mappable (default 15)." />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
141 </when>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
142 <when value="False">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
143 </when>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
144 </conditional>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
145 <param argument="--mergeContext" type="boolean" checked="false" truevalue="--mergeContext" falsevalue="" label="Merge per-Cytosine metrics" help="Merge per-Cytosine metrics from CpG and CHG contexts into per-CPG or per-CHG metrics"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
146 <param argument="--OT" type="text" value="" label="Original top strand bounds (comma-separated, no spaces)"
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
147 help="Inclusion bounds for methylation calls from reads/pairs origination from the original top strand. Suggested values can
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
148 be obtained from the MBias program. Each integer represents a 1-based position on a read. For example --OT A,B,C,D
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
149 translates to, 'Include calls at positions from A through B on read #1 and C through D on read #2'. If a 0 is used a any
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
150 position then that is translated to mean start/end of the alignment, as appropriate. For example, --OT 5,0,0,0 would
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
151 include all but the first 4 bases on read #1. Users are strongly advised to consult a methylation bias plot, for
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
152 example by using the MBias program." />
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
153 <param argument="--OB" type="text" value="" label="Original bottom strand bounds (comma-separated, no spaces)" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
154 <param argument="--CTOT" type="text" value="" label="Complementary to the original bottom strand bounds (comma-separated, no spaces)" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
155 <param argument="--CTOB" type="text" value="" label="Complementary to the original bottom strand bounds (comma-separated, no spaces)"
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
156 help="As with --OT, but for the original bottom, complementary to the original top, and complementary to the original bottom
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
157 strands, respectively."/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
158 <param name="extract_outputs" type="select" label="Output options">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
159 <option value="" selected="True">CpG context methylation metrics</option>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
160 <option value="--fraction">CpG methylation fractions (--fraction)</option>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
161 <option value="--counts">CpG methylation counts (--counts)</option>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
162 <option value="--logit">CpG logit transformed methylation fraction (--logit)</option>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
163 <option value="--methylKit">CpG context in methylKit format (--methylKit)</option>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
164 <option value="--cytosine_report">Generate an exhaustive cytosine report (--cytosine_report)</option>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
165 </param>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
166 </when>
7
15df15127c18 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit 6a688af07eb65f08922cf59dabcbc1b16277db8c
bgruening
parents: 6
diff changeset
167 <when value="mbias">
15df15127c18 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit 6a688af07eb65f08922cf59dabcbc1b16277db8c
bgruening
parents: 6
diff changeset
168 <param name="tsv" type="boolean" truevalue="--txt" falsevalue=""
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
169 label="Output tab separated mbias metrics" help="It can be imported into R or another program for manual plotting and analysis. Note that coordinates are 1-based."/>
7
15df15127c18 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit 6a688af07eb65f08922cf59dabcbc1b16277db8c
bgruening
parents: 6
diff changeset
170 </when>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
171 </conditional>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
172 <section name="advanced_options" title='Advanced options' expanded='false'>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
173 <param name="mbias_regionString" type="text" value="" label="Region string in which to extract methylation (e.g. chr1:1-100)"/>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
174
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
175 <param argument="--keepDupes" type="boolean" checked="false" truevalue="--keepDupes" falsevalue=""
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
176 label="Keep duplicated alignments" help="By default, any alignment marked as a duplicate is ignored. This option causes them to be incorporated." />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
177 <param argument="--keepSingleton" type="boolean" checked="false" truevalue="--keepSingleton" falsevalue=""
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
178 label="Keep singletons" help="By default, if only one read in a pair aligns (a singleton) then it's ignored." />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
179 <param argument="--keepDiscordant" type="boolean" checked="false" truevalue="--keepDiscordant" falsevalue=""
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
180 label="Keep discordant alignmetns" help="By default, paired-end alignments with the properly-paired bit unset in the FLAG field are ignored. Note that the definition of concordant and discordant is based on your aligner settings." />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
181 <param name="min_mapq" argument="-q" type="integer" value="10" label="Minimum MAPQ threshold" help="Minimum MAPQ threshold to include an alignment (default 10)"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
182 <param name="min_phred" argument="-p" type="integer" value="5" label="Minimum Phred threshold" help="Minimum Phred threshold to include a base (default 5). This must be >0."/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
183 <param name="min_pbdepth" argument="-d" type="integer" value="1" min="1" label="Minimum per-base depth"
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
184 help="Minimum per-base depth for reporting output. If you use --mergeContext, then this applies to the merged CpG/CHG (default 1)." />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
185 <param argument="--ignoreFlags" type="integer" value="3840" label="Ignore certain alignments"
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
186 help="By deault, any alignment marked as secondary (bit 0x100), failing QC (bit 0x200), a PCR/optical duplicate (0x400) or supplemental (0x800) is ignored. This equates to a value of 0xF00 or 3840 in decimal. If you would like to change that, you can specify a new value here." />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
187 <param argument="--requireFlags" type="integer" value="0" label="Require alignment flags"
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
188 help="Require each alignment to have all bits in this value present, or else the alignment is ignored. This is equivalent to the -f option in samtools. The default is 0, which includes all alignments." />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
189 <param argument="--minOppositeDepth" type="integer" value="0" min="0" label="Minimum depth for variant avoidance"
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
190 help="The minimum depth on the strand opposite of a C required to flag the position as possibly being a SNP. The default is 0 (ignore possible SNPs). Setting this to a value above 0 will cause the position to be ignored if a given fraction of non-G bases are present on the opposite strand and the overall coverage there is at least what is specified here." />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
191 <param argument="--maxVariantFrac" type="float" value="1.0" min="0.0" max="1.0" label="Maximum tolerated variant fraction"
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
192 help="If the depth on the strand opposite of a C is at least that specified by 'Minimum depth for variant avoidance', and the fraction of non-G bases exceeds this value, then methylation extraction is skipped for this position." />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
193 <param argument="--nOT" type="text" value="" label="Original top strand absolute bounds (comma-separated, no spaces)"
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
194 help="Like --OT, but always exclude INT bases from a given end from inclusion,regardless of the length of an alignment. This
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
195 is useful in cases where reads may have already been trimmed to different lengths, but still none-the-less contain a
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
196 certain length bias at one or more ends." />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
197 <param argument="--nOB" type="text" value="" label="Original bottom strand absolute bounds (comma-separated, no spaces)" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
198 <param argument="--nCTOT" type="text" value="" label="Complementary to the original bottom strand absolute bounds (comma-separated, no spaces)" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
199 <param argument="--nCTOB" type="text" value="" label="Complementary to the original bottom strand absolute bounds (comma-separated, no spaces)"
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
200 help="As with --nOT, but for the original bottom complementary to the original top, and complementary to the
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
201 original bottom strands, respectively."/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
202 <param name="methylation_metrics" type="select" multiple="True" optional="True" display="checkboxes" label="Context methylation metrics options">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
203 <option value="--CHG">Output CHG context methylation metrics (--CHG)</option>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
204 <option value="--CHH">Output CHH context methylation metrics (--CHH)</option>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
205 </param>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
206 </section>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
207 </inputs>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
208 <outputs>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
209 <data name="outFileExtractCpG" format="bedgraph" from_work_dir="output_CpG.bedGraph"
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
210 label="${tool.name} on ${on_string}: CpG metylation levels">
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
211 <filter>main_task['task'] == "extract"</filter>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
212 <filter>not main_task['extract_outputs']</filter>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
213 </data>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
214 <data name="outFileExtractCpGLogit" format="bedgraph" from_work_dir="output_CpG.logit.bedGraph"
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
215 label="${tool.name} on ${on_string}: logit CpG">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
216 <filter>main_task['task'] == "extract"</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
217 <filter>main_task['extract_outputs'] and "--logit" in main_task['extract_outputs']</filter>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
218 </data>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
219 <data name="outFileExtractCpGMethylKit" format="txt" from_work_dir="output_CpG.methylKit"
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
220 label="${tool.name} on ${on_string}: methylKit CpG">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
221 <filter>main_task['task'] == "extract"</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
222 <filter>main_task['extract_outputs'] and "--methylKit" in main_task['extract_outputs']</filter>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
223 </data>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
224 <data name="outFileExtractCpGCounts" format="bedgraph" from_work_dir="output_CpG.counts.bedGraph"
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
225 label="${tool.name} on ${on_string}: counts">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
226 <filter>main_task['task'] == "extract"</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
227 <filter>main_task['extract_outputs'] and "--counts" in main_task['extract_outputs']</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
228 </data>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
229 <data name="outFileCytosineReport" format="txt" from_work_dir="output.cytosine_report.txt"
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
230 label="${tool.name} on ${on_string}: cytosine report">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
231 <filter>main_task['task'] == "extract"</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
232 <filter>main_task['extract_outputs'] and "--cytosine_report" in main_task['extract_outputs']</filter>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
233 </data>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
234 <data name="outFileExtractCpGFraction" format="bedgraph" from_work_dir="output_CpG.meth.bedGraph"
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
235 label="${tool.name} on ${on_string}: fraction CpG">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
236 <filter>main_task['task'] == "extract"</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
237 <filter>main_task['extract_outputs'] and "--fraction" in main_task['extract_outputs']</filter>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
238 </data>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
239 <data name="outFileExtractCHG" format="bedgraph" from_work_dir="output_CHG.bedGraph"
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
240 label="${tool.name} on ${on_string}: CHG methylation levels">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
241 <filter>main_task['task'] == "extract"</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
242 <filter>not main_task['extract_outputs']</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
243 <filter>advanced_options['methylation_metrics'] and "--CHG" in advanced_options['methylation_metrics']</filter>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
244 </data>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
245
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
246 <data name="outFileExtractCHGLogit" format="bedgraph" from_work_dir="output_CHG.logit.bedGraph"
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
247 label="${tool.name} on ${on_string}: logit CHG">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
248 <filter>main_task['task'] == "extract"</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
249 <filter>main_task['extract_outputs'] and "--logit" in main_task['extract_outputs']</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
250 <filter>advanced_options['methylation_metrics'] and "--CHG" in advanced_options['methylation_metrics']</filter>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
251 </data>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
252
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
253 <data name="outFileExtractCHGMethylKit" format="txt" from_work_dir="output_CHG.methylKit"
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
254 label="${tool.name} on ${on_string}: methylKit CHG">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
255 <filter>main_task['task'] == "extract"</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
256 <filter>main_task['extract_outputs'] and "--methylKit" in main_task['extract_outputs']</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
257 <filter>advanced_options['methylation_metrics'] and "--CHG" in advanced_options['methylation_metrics']</filter>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
258 </data>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
259 <data name="outFileExtractCHGCounts" format="bedgraph" from_work_dir="output_CHG.counts.bedGraph"
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
260 label="${tool.name} on ${on_string}: counts CHG">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
261 <filter>main_task['task'] == "extract"</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
262 <filter>main_task['extract_outputs'] and "--counts" in main_task['extract_outputs']</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
263 <filter>advanced_options['methylation_metrics'] and "--CHG" in advanced_options['methylation_metrics']</filter>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
264 </data>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
265 <data name="outFileExtractCHGFraction" format="bedgraph" from_work_dir="output_CHG.meth.bedGraph"
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
266 label="${tool.name} on ${on_string}: fraction CHG">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
267 <filter>main_task['task'] == "extract"</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
268 <filter>main_task['extract_outputs'] and "--fraction" in main_task['extract_outputs']</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
269 <filter>advanced_options['methylation_metrics'] and "--CHG" in advanced_options['methylation_metrics']</filter>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
270 </data>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
271 <data name="outFileExtractCHH" format="bedgraph" from_work_dir="output_CHH.bedGraph"
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
272 label="${tool.name} on ${on_string}: CHH metylation levels">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
273 <filter>main_task['task'] == "extract"</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
274 <filter>not main_task['extract_outputs']</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
275 <filter>advanced_options['methylation_metrics'] and "--CHH" in advanced_options['methylation_metrics']</filter>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
276 </data>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
277 <data name="outFileExtractCHHLogit" format="bedgraph" from_work_dir="output_CHH.logit.bedGraph"
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
278 label="${tool.name} on ${on_string}: logit CHH">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
279 <filter>main_task['task'] == "extract"</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
280 <filter>main_task['extract_outputs'] and "--logit" in main_task['extract_outputs']</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
281 <filter>advanced_options['methylation_metrics'] and "--CHH" in advanced_options['methylation_metrics']</filter>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
282 </data>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
283
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
284 <data name="outFileExtractCHHMethylKit" format="txt" from_work_dir="output_CHH.methylKit"
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
285 label="${tool.name} on ${on_string}: methylKit CHH">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
286 <filter>main_task['task'] == "extract"</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
287 <filter>main_task['extract_outputs'] and "--methylKit" in main_task['extract_outputs']</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
288 <filter>advanced_options['methylation_metrics'] and "--CHH" in advanced_options['methylation_metrics']</filter>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
289 </data>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
290 <data name="outFileExtractCHHCounts" format="bedgraph" from_work_dir="output_CHH.counts.bedGraph"
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
291 label="${tool.name} on ${on_string}: counts CHH">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
292 <filter>main_task['task'] == "extract"</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
293 <filter>main_task['extract_outputs'] and "--counts" in main_task['extract_outputs']</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
294 <filter>advanced_options['methylation_metrics'] and "--CHH" in advanced_options['methylation_metrics']</filter>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
295 </data>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
296 <data name="outFileExtractCHHFraction" format="bedgraph" from_work_dir="output_CHH.meth.bedGraph"
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
297 label="${tool.name} on ${on_string}: fraction CHH">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
298 <filter>main_task['task'] == "extract"</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
299 <filter>main_task['extract_outputs'] and "--fraction" in main_task['extract_outputs']</filter>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
300 <filter>advanced_options['methylation_metrics'] and "--CHH" in advanced_options['methylation_metrics']</filter>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
301 </data>
7
15df15127c18 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit 6a688af07eb65f08922cf59dabcbc1b16277db8c
bgruening
parents: 6
diff changeset
302 <data name="outFileMbiasTSV" format="tabular" from_work_dir="out_mbias.tsv"
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
303 label="${tool.name} on ${on_string}: methylation bias (tsv)">
7
15df15127c18 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit 6a688af07eb65f08922cf59dabcbc1b16277db8c
bgruening
parents: 6
diff changeset
304 <filter>main_task['task'] == 'mbias'</filter>
15df15127c18 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit 6a688af07eb65f08922cf59dabcbc1b16277db8c
bgruening
parents: 6
diff changeset
305 <filter>main_task['tsv']</filter>
15df15127c18 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit 6a688af07eb65f08922cf59dabcbc1b16277db8c
bgruening
parents: 6
diff changeset
306 </data>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
307
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
308 <data name="outFileMbiasCpGOT" format="svg" from_work_dir="out_mbias_OT.svg"
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
309 label="${tool.name} on ${on_string}: methylation bias (original top strand)">
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
310 <filter>main_task['task'] == 'mbias'</filter>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
311 </data>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
312 <data name="outFileMbiasCpGOB" format="svg" from_work_dir="out_mbias_OB.svg"
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
313 label="${tool.name} on ${on_string}: methylation bias (original bottom strand)">
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
314 <filter>main_task['task'] == 'mbias'</filter>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
315 </data>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
316 <data name="outFileMbiasCpGCTOT" format="svg" from_work_dir="out_mbias_CTOT.svg"
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
317 label="${tool.name} on ${on_string}: methylation bias (complementary to the original top strand)">
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
318 <filter>main_task['task'] == 'mbias'</filter>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
319 </data>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
320 <data name="outFileMbiasCpGCTOB" format="svg" from_work_dir="out_mbias_CTOB.svg"
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
321 label="${tool.name} on ${on_string}: methylation bias (complementary to the original bottom strand)">
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
322 <filter>main_task['task'] == 'mbias'</filter>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
323 </data>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
324 </outputs>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
325 <tests>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
326 <test expect_num_outputs="1">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
327 <param name="reference_source_selector" value="history" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
328 <param name="ref_file" value="cg100.fa" ftype="fasta" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
329 <param name="input_sortedAlignBAM" value="cg_aln.bam" ftype="bam"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
330 <conditional name="main_task">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
331 <param name="task" value="extract" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
332 </conditional>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
333 <section name="advanced_options">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
334 <param name="min_mapq" value="2" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
335 </section>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
336 <output name="outFileExtractCpG" ftype="bedgraph">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
337 <assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
338 <has_size value="1016"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
339 </assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
340 </output>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
341 </test>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
342
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
343 <test expect_num_outputs="4">
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
344 <param name="reference_source_selector" value="history" />
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
345 <param name="ref_file" value="cg100.fa" ftype="fasta" />
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
346 <param name="input_sortedAlignBAM" value="cg_aln.bam" ftype="bam"/>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
347 <conditional name="main_task">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
348 <param name="task" value="mbias" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
349 </conditional>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
350 <section name="advanced_options">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
351 <param name="min_mapq" value="2" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
352 </section>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
353 <output name="outFileMbiasCpGOT" ftype="svg">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
354 <assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
355 <has_size value="14614"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
356 </assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
357 </output>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
358 <output name="outFileMbiasCpGOB" ftype="svg">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
359 <assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
360 <has_size value="0"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
361 </assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
362 </output>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
363 <output name="outFileMbiasCpGCTOT" ftype="svg">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
364 <assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
365 <has_size value="0"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
366 </assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
367 </output>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
368 <output name="outFileMbiasCpGCTOB" ftype="svg">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
369 <assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
370 <has_size value="0"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
371 </assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
372 </output>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
373 </test>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
374 <test expect_num_outputs="2">
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
375 <param name="reference_source_selector" value="history" />
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
376 <param name="ref_file" value="cg100.fa" ftype="fasta" />
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
377 <param name="input_sortedAlignBAM" value="cg_aln.bam" ftype="bam"/>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
378 <conditional name="main_task">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
379 <param name="task" value="extract" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
380 <param name="mergeContext" value="false"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
381 </conditional>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
382 <section name="advanced_options">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
383 <param name="min_mapq" value="2" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
384 <param name="methylation_metrics" value="--CHH"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
385 </section>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
386 <output name="outFileExtractCpG" ftype="bedgraph">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
387 <assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
388 <has_size value="1016"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
389 </assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
390 </output>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
391 <output name="outFileExtractCHH" ftype="bedgraph">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
392 <assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
393 <has_size value="86"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
394 </assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
395 </output>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
396 </test>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
397 <test expect_num_outputs="1">
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
398 <param name="reference_source_selector" value="history" />
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
399 <param name="ref_file" value="cg100.fa" ftype="fasta" />
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
400 <param name="input_sortedAlignBAM" value="cg_aln.bam" ftype="bam"/>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
401 <conditional name="main_task">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
402 <param name="task" value="extract" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
403 <param name="extract_outputs" value="--fraction" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
404 </conditional>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
405 <section name="advanced_options">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
406 <param name="min_mapq" value="2" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
407 </section>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
408 <output name="outFileExtractCpGFraction" ftype="bedgraph">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
409 <assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
410 <has_size value="1067"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
411 </assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
412 </output>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
413 </test>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
414 <test expect_num_outputs="1">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
415 <param name="reference_source_selector" value="history" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
416 <param name="ref_file" value="cg100.fa" ftype="fasta" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
417 <param name="input_sortedAlignBAM" value="cg_aln.bam" ftype="bam"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
418 <conditional name="main_task">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
419 <param name="task" value="extract" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
420 <param name="extract_outputs" value="--logit" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
421 </conditional>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
422 <section name="advanced_options">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
423 <param name="min_mapq" value="2" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
424 </section>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
425 <output name="outFileExtractCpGLogit" ftype="bedgraph">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
426 <assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
427 <has_size value="845"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
428 </assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
429 </output>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
430 </test>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
431 <test expect_num_outputs="1">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
432 <param name="reference_source_selector" value="history" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
433 <param name="ref_file" value="cg100.fa" ftype="fasta" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
434 <param name="input_sortedAlignBAM" value="cg_aln.bam" ftype="bam"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
435 <conditional name="main_task">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
436 <param name="task" value="extract" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
437 <param name="extract_outputs" value="--methylKit" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
438 </conditional>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
439 <section name="advanced_options">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
440 <param name="min_mapq" value="2" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
441 </section>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
442 <output name="outFileExtractCpGMethylKit" ftype="txt">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
443 <assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
444 <has_size value="1763"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
445 </assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
446 </output>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
447
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
448 </test>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
449
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
450 <test expect_num_outputs="5">
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
451 <param name="reference_source_selector" value="history" />
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
452 <param name="ref_file" value="cg100.fa" ftype="fasta" />
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
453 <param name="input_sortedAlignBAM" value="cg_aln.bam" ftype="bam"/>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
454 <conditional name="main_task">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
455 <param name="task" value="mbias" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
456 <param name="tsv" value="--txt"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
457 </conditional>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
458 <section name="advanced_options">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
459 <param name="min_mapq" value="2" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
460 </section>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
461 <output name="outFileMbiasTSV" ftype="tabular">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
462 <assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
463 <has_size value="1213"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
464 </assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
465 </output>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
466 <output name="outFileMbiasCpGOT" ftype="svg">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
467 <assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
468 <has_size value="14614"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
469 </assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
470 </output>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
471 <output name="outFileMbiasCpGOB" ftype="svg">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
472 <assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
473 <has_size value="0"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
474 </assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
475 </output>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
476 <output name="outFileMbiasCpGCTOT" ftype="svg">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
477 <assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
478 <has_size value="0"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
479 </assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
480 </output>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
481 <output name="outFileMbiasCpGCTOB" ftype="svg">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
482 <assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
483 <has_size value="0"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
484 </assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
485 </output>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
486 </test>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
487
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
488 <test expect_num_outputs="2">
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
489 <param name="reference_source_selector" value="history" />
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
490 <param name="ref_file" value="cg100.fa" ftype="fasta" />
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
491 <param name="input_sortedAlignBAM" value="cg_aln.bam" ftype="bam"/>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
492 <conditional name="main_task">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
493 <param name="task" value="extract" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
494 <param name="extract_outputs" value="--methylKit" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
495 </conditional>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
496 <section name="advanced_options">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
497 <param name="min_mapq" value="2" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
498 <param name="methylation_metrics" value="--CHG"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
499 </section>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
500 <output name="outFileExtractCpGMethylKit" ftype="txt">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
501 <assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
502 <has_size value="1763"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
503 </assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
504 </output>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
505 <output name="outFileExtractCHGMethylKit" ftype="txt">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
506 <assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
507 <has_size value="45"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
508 </assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
509 </output>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
510 </test>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
511 <!--Test regionBed option-->
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
512 <test expect_num_outputs="1">
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
513 <param name="reference_source_selector" value="history" />
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
514 <param name="ref_file" value="cg100.fa" ftype="fasta" />
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
515 <param name="input_sortedAlignBAM" value="cg_aln.bam" ftype="bam"/>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
516 <conditional name="regionBed_options">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
517 <param name="regionBed_status" value="True"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
518 <param name="regionBed" ftype="bed" value="cg100.bed"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
519 </conditional>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
520 <conditional name="main_task">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
521 <param name="task" value="extract" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
522 </conditional>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
523 <section name="advanced_options">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
524 <param name="min_mapq" value="2" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
525 </section>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
526 <output name="outFileExtractCpG" ftype="bedgraph" >
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
527 <assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
528 <has_size value="846"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
529 </assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
530 </output>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
531 </test>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
532
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
533 <!--Test keepStrand parameter-->
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
534 <test expect_num_outputs="1">
7
15df15127c18 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit 6a688af07eb65f08922cf59dabcbc1b16277db8c
bgruening
parents: 6
diff changeset
535 <param name="reference_source_selector" value="history" />
15df15127c18 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit 6a688af07eb65f08922cf59dabcbc1b16277db8c
bgruening
parents: 6
diff changeset
536 <param name="ref_file" value="cg100.fa" ftype="fasta" />
15df15127c18 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit 6a688af07eb65f08922cf59dabcbc1b16277db8c
bgruening
parents: 6
diff changeset
537 <param name="input_sortedAlignBAM" value="cg_aln.bam" ftype="bam"/>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
538 <conditional name="regionBed_options">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
539 <param name="regionBed_status" value="True"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
540 <param name="regionBed" ftype="bed" value="cg100.bed"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
541 <param name="keepStrand" value="True"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
542 </conditional>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
543 <conditional name="main_task">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
544 <param name="task" value="extract" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
545 </conditional>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
546 <section name="advanced_options">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
547 <param name="min_mapq" value="2" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
548 </section>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
549 <output name="outFileExtractCpG" ftype="bedgraph">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
550 <assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
551 <has_size value="846"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
552 </assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
553 </output>
7
15df15127c18 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit 6a688af07eb65f08922cf59dabcbc1b16277db8c
bgruening
parents: 6
diff changeset
554 </test>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
555
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
556 <!-- Test mapability options-->
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
557 <test expect_num_outputs="1">
7
15df15127c18 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit 6a688af07eb65f08922cf59dabcbc1b16277db8c
bgruening
parents: 6
diff changeset
558 <param name="reference_source_selector" value="history" />
15df15127c18 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit 6a688af07eb65f08922cf59dabcbc1b16277db8c
bgruening
parents: 6
diff changeset
559 <param name="ref_file" value="cg100.fa" ftype="fasta" />
15df15127c18 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit 6a688af07eb65f08922cf59dabcbc1b16277db8c
bgruening
parents: 6
diff changeset
560 <param name="input_sortedAlignBAM" value="cg_aln.bam" ftype="bam"/>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
561 <conditional name="main_task">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
562 <param name="task" value="extract" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
563 <conditional name="mappability_options">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
564 <param name="mappability_status" value="True"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
565 <param name="mappability" value="mappability.bigwig" ftype="bigwig"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
566 <param name="mappabilityThreshold" value="0.1"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
567 <param name="minMappableBases" value="15"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
568 </conditional>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
569 </conditional>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
570 <output name="outFileExtractCpG" ftype="bedgraph">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
571 <assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
572 <has_size value="66"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
573 </assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
574 </output>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
575 </test>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
576 <!-- Test cytosine report-->
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
577 <test expect_num_outputs="1">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
578 <param name="reference_source_selector" value="history" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
579 <param name="ref_file" value="cg100.fa" ftype="fasta" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
580 <param name="input_sortedAlignBAM" value="cg_aln.bam" ftype="bam"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
581 <conditional name="main_task">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
582 <param name="task" value="extract" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
583 <param name="extract_outputs" value="--cytosine_report" />
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
584 </conditional>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
585 <output name="outFileExtractCpG" ftype="txt">
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
586 <assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
587 <has_size value="2147"/>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
588 </assert_contents>
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
589 </output>
7
15df15127c18 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit 6a688af07eb65f08922cf59dabcbc1b16277db8c
bgruening
parents: 6
diff changeset
590 </test>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
591 </tests>
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
592 <help><![CDATA[
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
593
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
594 **What it does**
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
595
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
596 MethylDackel (formerly named PileOMeth, which was a temporary name derived due to it using a PILEup to extract METHylation metrics) will process a coordinate-sorted and indexed BAM or CRAM file containing some form of BS-seq alignments and extract per-base methylation metrics from them. MethylDackel requires an indexed fasta file containing the reference genome as well.
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
597
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
598 By default, MethylDackel will only calculate metrics for Cytosines in a CpG context, but metrics for those in CHG and CHH contexts are supported as well.
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
599
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
600 **Methylation context**
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
601
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
602 MethylDackel groups all Cytosines into one of three sequence contexts: CpG, CHG, and CHH. Here, H is the IUPAC ambiguity code for any nucleotide other than G. If an N is encountered in the reference sequence, then the context will be assigned to CHG or CHH, as appropriate (e.g., CNG would be categorized as in a CHG context and CNC as in a CHH context). If a Cytosine is close enough to the end of a chromosome/contig such that its context can't be inferred, then it is categorized as CHH (e.g., a Cytosine as the last base of a chromosome is considered as being in a CHH context).
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
603
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
604
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
605 **Output information**
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
606
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
607 If no methylation can be found, the output will be empty.
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
608
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
609 Otherwise a variant of bedGraph that's similar to the "coverage" file is produced. In short, each line consists of 6 tab separated columns:
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
610
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
611 1. The chromosome/contig/scaffold name
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
612 2. The start coordinate
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
613 3. The end coordinate
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
614 4. The methylation percentage rounded to an integer
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
615 5. The number of alignments/pairs reporting methylated bases
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
616 6. The number of alignments/pairs reporting unmethylated bases
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
617
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
618 All coordinates are 0-based half open, which conforms to the bedGraph definition. When paired-end reads are aligned, it can often occur that their alignments overlap. In such cases, MethylDackel will not count both reads of the pair in its output, as doing so would lead to incorrect downstream statistical results.
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
619
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
620 An example of the output is below::
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
621
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
622 #track type="bedGraph" description="SRR1182519.sorted CpG methylation levels"
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
623 #1 25115 25116 100 3 0
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
624 #1 29336 29337 50 1 1
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
625
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
626 Note the header line, which starts with "track". The "description" field is used as a label in programs such as IGV. Each of the subsequent lines describe single Cytosines, the 25116th and 29337th base on chromosome 1, respectively. The first position has 3 alignments (or pairs of alignments) indicating methylation and 0 indicating unmethylation (100% methylation) and the second position has 1 alignment each supporting methylation and unmethylation (50% methylation).
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
627
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
628 **Per-CpG/CHG metrics**
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
629
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
630 In many circumstances, it's desireable for metrics from individual Cytosines in a CpG to be merged, producing per-CpG metrics rather than per-Cytosine metrics. This can be accomplished with the **Merge per-Cytosine** parameter. If this is used, then this output::
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
631
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
632 #track type="bedGraph" description="SRR1182519.sorted CpG methylation levels"
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
633 #1 25114 25115 100 2 1
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
634 #1 25115 25116 100 3 0
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
635
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
636 is changed to this::
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
637
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
638 #track type="bedGraph" description="SRR1182519.sorted merged CpG methylation levels"
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
639 #1 25114 25116 100 5 1
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
640
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
641 This also works for CHG-level metrics. If bedGraph files containing per-Cytosine metrics already exist, they can be converted to instead contain per-CpG/CHG metrics with MethylDackel mergeContext.
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
642
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
643 **Methylation bias plotting and correction**
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
644
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
645 In an ideal experiment, we expect that the probability of observing a methylated C is constant across the length of any given read. In practice, however, there are often increases/decreases in observed methylation rate at the ends of reads and/or more global changes. These are termed methylation bias and including such regions in the extracted methylation metrics will result in noisier and less accurate data. For this reason, users are strongly encouraged to make a methylation bias plot.
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
646
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
647 That command will create a methylation bias (mbias for short) plot for each of the strands for which there are valid alignments.
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
648 The resulting mbias graphs are in SVG format and can be viewed in most modern web browsers.
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
649
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
650
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
651 If you have paired-end data, both reads in the pair will be shown separately, as is the case above. The program will suggest regions for inclusion ("--OT 2,0,0,98" above) and mark them on the plot, if applicable. The format of this output is described in MethylDackel extract -h. These suggestions should not be accepted blindly; users are strongly encouraged to have a look for themselves and tweak the actual bounds as appropriate. The lines indicate the average methylation percentage at a given position and the shaded regions the 99.9% confidence interval around it. This is useful in gauging how many methylation calls a given position has relative to its neighbors. Note the spike in methylation at the end of read #2 and the corresponding dip at the beginning of read #1. This is common and these regions can be ignored with the suggested trimming bounds. Note also that the numbers refer to the first and last base that should be included during methylation extraction, not the last and first base to ignore!.
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
652
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
653 **Excluding low-coverage regions**
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
654
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
655 If your downstream analysis requires an absolute minimum coverage (here, defined as the number of methylation calls kept after filtering for MAPQ, phred score, etc.), you can use the `--minDepth` option to achieve this. By default, `MethylDackel extract` will output all methylation metrics as long as the coverage is at least 1. If you use `--minDepth 10`, then only sites covered at least 10x will be output. This works in conjunction with the `--mergeContext` option, above. So if you request per-CpG context output (i.e., with `--mergeContext`) and `--minDepth 10` then only CpGs with a minimum coverage of 10 will be output.
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
656
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
657 **Logit, fraction, and counts only output**
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
658
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
659 The standard output described above can be modified if you supply the `--fraction`, `--counts`, or `--logit` options to `MethylDackel extract`.
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
660
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
661 The `--fraction` option essentially produces the first 4 columns of the standard output described above. The only other difference is that the range of the 4th column is now between 0 and 1, instead of 0 and 100. Instead of producing a file ending simply in `.bedGraph`, one ending in `.meth.bedGraph` will instead be produced.
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
662
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
663 The `--counts` option produces the first three columns of the standard output followed by a column of total coverage counts. This last column is equivalent to the sum of the 5th and 6th columns of the standard output. The resulting file ends in `.counts.bedGraph` rather than simply `.bedGraph`.
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
664
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
665 The `--logit` option produces the first three columns of the standard output followed by the logit transformed methylation fraction. The logit transformation is log(Methylation fraction/(1-Methylation fraction)). Note that log uses base e. Logit transformed methylation values range between +/- infinity, rather than [0,1]. The resulting file ends in `.logit.bedGraph` rather than simply `.bedGraph`.
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
666
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
667 Note that these options may be combined with `--mergeContext`. However, `MethylDackel mergeContext` can not be used after the fact to combine these.
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
668
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
669 **methylKit-compatible output**
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
670
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
671 methylKit has its own format, which can be produced with the `--methylKit` option. Merging Cs into CpGs or CHGs is forbidden in this format. Likewise, this option is mutually exclusive with `--logit` et al.
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
672
6
906db57d5d65 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 08bee869cbf7be7a70e2d7921ff42539bf5acd4d
bgruening
parents: 3
diff changeset
673 **Excluding likely variant sites**
906db57d5d65 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 08bee869cbf7be7a70e2d7921ff42539bf5acd4d
bgruening
parents: 3
diff changeset
674
906db57d5d65 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 08bee869cbf7be7a70e2d7921ff42539bf5acd4d
bgruening
parents: 3
diff changeset
675 If your samples are not genetically homogenous, it can sometimes be advantageous to exclude likely variant sites from methylation extraction. As an example, since unmethylated Cs are read as Ts, extracting methylation from a position with a C->T mutation will cause incorrect results. In such a case, the opposite strand will have an A rather than a G (in the non-variant case, there would be a G regardless of methylation status). MethylDackel tracks the number of non-Gs on the strand opposite of Cs in the reference sequence. If the fraction of these exceeds the `--maxVariantFrac` option, then that position will be excluded from output. To exclude cases where the `--maxVariantFrac` value is exceeded only due to low coverage, the opposite strand must have a depth of coverage of at least `--minOppositeDepth`. Note that the default value for `--minOppositeDepth` is 0, indicating that the variant site exclusion process is skipped.
906db57d5d65 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 08bee869cbf7be7a70e2d7921ff42539bf5acd4d
bgruening
parents: 3
diff changeset
676
906db57d5d65 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 08bee869cbf7be7a70e2d7921ff42539bf5acd4d
bgruening
parents: 3
diff changeset
677 Note that if one additionally specifies `--mergeContext`, that a given CpG or CHG will be excluded from output if either of its individual Cs would be excluded given the specified `--minOppositeDepth` and `--maxVariantFrac`.
906db57d5d65 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 08bee869cbf7be7a70e2d7921ff42539bf5acd4d
bgruening
parents: 3
diff changeset
678
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
679
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
680 -----
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
681
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
682 **MethylDackel** is a Free and Open Source Software, see more details on the MethylDackel_ Website.
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
683
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
684 .. _MethylDackel: https://github.com/dpryan79/MethylDackel
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
685 ]]></help>
9
d6787bab7b11 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/methyldackel commit c1027a3f78bca2fd8a53f076ef718ea5adbf4a8a"
bgruening
parents: 7
diff changeset
686 <expand macro="citations"/>
3
f112bf3dd5ff planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
bgruening
parents:
diff changeset
687 </tool>