annotate moabs.xml @ 0:26d7ec4af119 draft

"planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
author iuc
date Fri, 06 Sep 2019 09:54:27 -0400
parents
children 8c8cc81b34cd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
1 <tool id="moabs" name="MOABS" profile="16.04" version="@VERSION@">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
2 <description>MOdel based Analysis of Bisulfite Sequencing data</description>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
3 <macros>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
4 <import>macros.xml</import>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
5 </macros>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
6 <expand macro="requirements"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
7 <command detect_errors="exit_code">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
8 <![CDATA[
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
9 #if str( $mcomp_advanced.doComp.compare_selector ) == "0":
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
10 cp -f '$mcomp_advanced.doComp.compFile' comp.g1.vs.g2.txt &&
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
11 #end if
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
12 moabs -v 1 --def MMAP.p="\${GALAXY_SLOTS:-4}" --def MCALL.p="\${GALAXY_SLOTS:-4}" --def MCOMP.p="\${GALAXY_SLOTS:-4}" --cf '$cfg_file' &&
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
13 #if "1" in $output_selector:
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
14 cp -f dmr_M3_g1.G.bed_vs_g2.G.bed.txt.dmr '$output1' &&
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
15 #end if
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
16 #if "2" in $output_selector:
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
17 cp -f comp.g1.vs.g2.txt '$output2' &&
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
18 #end if
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
19 echo Done
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
20 ]]>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
21 </command>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
22 <configfiles>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
23 <configfile name="cfg_file">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
24 #if str( $reference_source.reference_source_selector ) == "history":
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
25 #set $reference_fasta_filename = $reference_source.ref_file
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
26 #else:
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
27 #set $reference_fasta_filename = $reference_source.ref_file.fields.path
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
28 #end if
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
29 [INPUT]
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
30 #for $i, $s in enumerate( $g1_fastq )
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
31 #if str( $s.fastq_input.fastq_input_selector ) == "paired":
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
32 s1_r${i+1}_1='$s.fastq_input.fastq_input1'
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
33 s1_r${i+1}_2='$s.fastq_input.fastq_input2'
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
34 #elif str( $s.fastq_input.fastq_input_selector ) == "paired_collection":
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
35 s1_r${i+1}_1='$s.fastq_input.fastq_input1.forward'
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
36 s1_r${i+1}_2='$s.fastq_input.fastq_input1.reverse'
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
37 #else:
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
38 s1_r${i+1}='$s.fastq_input.fastq_input1'
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
39 #end if
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
40 #end for
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
41
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
42 #for $i, $s in enumerate( $g2_fastq )
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
43 #if str( $s.fastq_input.fastq_input_selector ) == "paired":
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
44 s2_r${i+1}_1='$s.fastq_input.fastq_input1'
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
45 s2_r${i+1}_2='$s.fastq_input.fastq_input2'
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
46 #elif str( $s.fastq_input.fastq_input_selector ) == "paired_collection":
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
47 s2_r${i+1}_1='$s.fastq_input.fastq_input1.forward'
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
48 s2_r${i+1}_2='$s.fastq_input.fastq_input1.reverse'
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
49 #else:
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
50 s2_r${i+1}='$s.fastq_input.fastq_input1'
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
51 #end if
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
52 #end for
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
53
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
54 [TASK]
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
55 Program=MMAP
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
56 Label=g1,g2
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
57 Parallel=NONE
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
58
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
59 [MMAP]
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
60 Path=bsmap
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
61 d='${reference_fasta_filename}'
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
62 #if str( $bsmap_advanced.bsmap_mismatch.bsmap_mismatch_selector ) != "0":
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
63 v=$bsmap_advanced.bsmap_mismatch.v
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
64 #end if
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
65 n=$bsmap_advanced.n
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
66 r=$bsmap_advanced.r
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
67 R=''
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
68
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
69 [MCALL]
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
70 Path=mcall
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
71 r='${reference_fasta_filename}'
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
72
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
73 [MCOMP]
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
74 Path=mcomp
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
75 reference='${reference_fasta_filename}'
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
76 doComp=$mcomp_advanced.doComp.compare_selector
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
77 </configfile>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
78 </configfiles>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
79
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
80 <inputs>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
81 <conditional name="reference_source">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
82 <param name="reference_source_selector" type="select" label="Will you select a reference genome from your history or use a cache FASTA?" help="Cached FASTA">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
83 <option value="cached">Use a cached genome FASTA</option>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
84 <option value="history">Use a genome FASTA from history</option>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
85 </param>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
86 <when value="cached">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
87 <param name="ref_file" type="select" label="Using reference genome" help="Select genome from the list">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
88 <options from_data_table="all_fasta">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
89 <filter type="sort_by" column="2" />
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
90 <validator type="no_options" message="No genome FASTA are available" />
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
91 </options>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
92 </param>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
93 </when>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
94 <when value="history">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
95 <param name="ref_file" type="data" format="fasta" label="Use the following dataset as the reference sequence" help="You can upload a FASTA sequence to the history and use it as reference" />
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
96 </when>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
97 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
98 <repeat name="g1_fastq" title="Group1: fastq files" min="1">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
99 <conditional name="fastq_input">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
100 <param name="fastq_input_selector" type="select" label="Single or Paired-end reads" help="Select between paired and single end data">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
101 <option value="single">Single</option>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
102 <option value="paired">Paired</option>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
103 <option value="paired_collection">Paired Collection</option>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
104 </param>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
105 <when value="paired">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
106 <param name="fastq_input1" type="data" format="fastqsanger,fastqsanger.gz" label="Select first set of reads" help="Specify dataset with forward reads"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
107 <param name="fastq_input2" type="data" format="fastqsanger,fastqsanger.gz" label="Select second set of reads" help="Specify dataset with reverse reads"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
108 </when>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
109 <when value="single">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
110 <param name="fastq_input1" type="data" format="fastqsanger,fastqsanger.gz" label="Select fastq dataset" help="Specify dataset with single reads"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
111 </when>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
112 <when value="paired_collection">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
113 <param name="fastq_input1" format="fastqsanger,fastqsanger.gz" type="data_collection" collection_type="paired" label="Select a paired collection" help="See help section for an explanation of dataset collections"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
114 </when>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
115 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
116 </repeat>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
117 <repeat name="g2_fastq" title="Group2: fastq files" min="1">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
118 <conditional name="fastq_input">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
119 <param name="fastq_input_selector" type="select" label="Single or Paired-end reads" help="Select between paired and single end data">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
120 <option value="single">Single</option>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
121 <option value="paired">Paired</option>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
122 <option value="paired_collection">Paired Collection</option>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
123 </param>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
124 <when value="paired">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
125 <param name="fastq_input1" type="data" format="fastqsanger,fastqsanger.gz" label="Select first set of reads" help="Specify dataset with forward reads"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
126 <param name="fastq_input2" type="data" format="fastqsanger,fastqsanger.gz" label="Select second set of reads" help="Specify dataset with reverse reads"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
127 </when>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
128 <when value="single">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
129 <param name="fastq_input1" type="data" format="fastqsanger,fastqsanger.gz" label="Select fastq dataset" help="Specify dataset with single reads"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
130 </when>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
131 <when value="paired_collection">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
132 <param name="fastq_input1" format="fastqsanger,fastqsanger.gz" type="data_collection" collection_type="paired" label="Select a paired collection" help="See help section for an explanation of dataset collections"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
133 </when>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
134 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
135 </repeat>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
136 <section name="bsmap_advanced" title="Advanced options for BSMAP" expanded="False">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
137 <conditional name="bsmap_mismatch">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
138 <param name="bsmap_mismatch_selector" type="select" label="Set the mismatch rate or number?" help="">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
139 <option value="0">Do not set</option>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
140 <option value="1">Set the mismatch rate</option>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
141 <option value="2">Set the mismatch number</option>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
142 </param>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
143 <when value="1">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
144 <param argument="-v" type="float" value="0.08" min="0" max="1" label="Mismatch rate" help="The mismatch rate w.r.t to the read length"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
145 </when>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
146 <when value="2">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
147 <param argument="-v" type="integer" value="3" min="0" label="Mismatch number" help="The maximum number of mismatches allowed on a read"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
148 </when>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
149 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
150 <param argument="-n" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Mapping to four strands?" help="Yes: map SE or PE reads to all 4 strands, i.e. ++, +-, -+, --; No: only map to 2 forward strands, i.e. BSW(++) and BSC(-+)"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
151 <param argument="-r" type="select" label="How to report repeat hits" help="0=none(unique hit/pair); 1=random one; 2=all(slow)">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
152 <option value="0" selected="true">0</option>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
153 <option value="1">1</option>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
154 <option value="2">2</option>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
155 </param>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
156 </section>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
157 <section name="mcomp_advanced" title="Advanced options for MCOMP" expanded="False">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
158 <conditional name="doComp">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
159 <param name="compare_selector" type="select" label="Run the comparison or not" help="Yes: compare; No: do not compare, using the comparison result by `-c`">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
160 <option value="1">Yes</option>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
161 <option value="0">No</option>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
162 </param>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
163 <when value="0">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
164 <param argument="-c" name="compFile" type="data" format="txt" label="Input comparison results" help="Previously generated comparison file from history"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
165 </when>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
166 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
167 </section>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
168 <param name="output_selector" type="select" multiple="true" optional="true" label="Select output files" help="">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
169 <option value="1"> dmr_M3_g1.G.bed_vs_g2.G.bed.txt.dmr </option>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
170 <option value="2"> comp.g1.vs.g2.txt </option>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
171 <option value="3"> BAM files </option>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
172 <option value="4"> Methylation calling BED files </option>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
173 </param>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
174 </inputs>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
175 <outputs>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
176 <data name="output1" format="interval" label="${tool.name} on ${on_string} : dmr_M3_g1.G.bed_vs_g2.G.bed.txt.dmr">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
177 <filter> "1" in output_selector </filter>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
178 </data>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
179 <data name="output2" format="interval" label="${tool.name} on ${on_string} : comp.g1.vs.g2.txt">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
180 <filter> "2" in output_selector </filter>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
181 </data>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
182 <collection name="output_collection_bam" type="list" label="BAM files">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
183 <filter> "3" in output_selector </filter>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
184 <discover_datasets pattern="(?P&lt;designation&gt;.+\.bam$)" ext='bam'/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
185 </collection>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
186 <collection name="output_collection_bed" type="list" label="Methylation calling BED files">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
187 <filter> "4" in output_selector </filter>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
188 <discover_datasets pattern="(?P&lt;designation&gt;g[12]\.G\.bed$)" ext='interval'/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
189 </collection>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
190 </outputs>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
191 <tests>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
192 <test>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
193 <!-- test single-end reads -->
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
194 <param name="reference_source_selector" value="history"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
195 <param name="ref_file" ftype="fasta" value="chr11.fa"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
196 <repeat name="g1_fastq">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
197 <conditional name="fastq_input">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
198 <param name="fastq_input_selector" value="single"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
199 <param name="fastq_input1" value="WTPE1.fastq.gz"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
200 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
201 </repeat>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
202 <repeat name="g1_fastq">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
203 <conditional name="fastq_input">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
204 <param name="fastq_input_selector" value="single"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
205 <param name="fastq_input1" value="WTPE2.fastq.gz"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
206 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
207 </repeat>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
208 <repeat name="g2_fastq">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
209 <conditional name="fastq_input">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
210 <param name="fastq_input_selector" value="single"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
211 <param name="fastq_input1" value="TKO2PE1.fastq.gz"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
212 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
213 </repeat>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
214 <repeat name="g2_fastq">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
215 <conditional name="fastq_input">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
216 <param name="fastq_input_selector" value="single"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
217 <param name="fastq_input1" value="TKO2PE2.fastq.gz"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
218 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
219 </repeat>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
220 <conditional name="doComp">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
221 <param name="compare_selector" value="0"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
222 <param name="compFile" value="SE_comp.g1.vs.g2.txt"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
223 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
224 <!--
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
225 <conditional name="doComp">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
226 <param name="compare_selector" value="1"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
227 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
228 -->
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
229 <param name="output_selector" value="1,2,3,4"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
230 <output name="output1" file="SE_dmr_M3_g1.G.bed_vs_g2.G.bed.txt.dmr" ftype="interval" lines_diff="1"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
231 <output name="output2" file="SE_comp.g1.vs.g2.txt" ftype="interval" lines_diff="1"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
232 <output_collection name="output_collection_bam" count="4">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
233 <element name="g1_r1.bam" file="SE_g1_r1.bam" compare="sim_size"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
234 <element name="g1_r2.bam" file="SE_g1_r2.bam" compare="sim_size"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
235 <element name="g2_r1.bam" file="SE_g2_r1.bam" compare="sim_size"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
236 <element name="g2_r2.bam" file="SE_g2_r2.bam" compare="sim_size"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
237 </output_collection>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
238 <output_collection name="output_collection_bed" count="2">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
239 <element name="g1.G.bed" file="SE_g1.G.bed" ftype="interval" lines_diff="1"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
240 <element name="g2.G.bed" file="SE_g2.G.bed" ftype="interval" lines_diff="1"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
241 </output_collection>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
242 </test>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
243 <test>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
244 <!-- test paired-end reads -->
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
245 <param name="reference_source_selector" value="history"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
246 <param name="ref_file" ftype="fasta" value="seg.fa"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
247 <repeat name="g1_fastq">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
248 <conditional name="fastq_input">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
249 <param name="fastq_input_selector" value="paired"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
250 <param name="fastq_input1" value="6_all_1.fq.gz"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
251 <param name="fastq_input2" value="6_all_2.fq.gz"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
252 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
253 </repeat>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
254 <repeat name="g2_fastq">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
255 <conditional name="fastq_input">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
256 <param name="fastq_input_selector" value="paired"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
257 <param name="fastq_input1" value="8_all_1.fq.gz"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
258 <param name="fastq_input2" value="8_all_2.fq.gz"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
259 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
260 </repeat>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
261 <conditional name="doComp">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
262 <param name="compare_selector" value="0"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
263 <param name="compFile" value="PE_comp.g1.vs.g2.txt"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
264 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
265 <!--
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
266 <conditional name="doComp">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
267 <param name="compare_selector" value="1"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
268 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
269 -->
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
270 <param name="output_selector" value="1,2"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
271 <output name="output1" file="PE_dmr_M3_g1.G.bed_vs_g2.G.bed.txt.dmr" ftype="interval" lines_diff="1"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
272 <output name="output2" file="PE_comp.g1.vs.g2.txt" ftype="interval" lines_diff="1"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
273 </test>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
274 <test>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
275 <!-- test paired collection -->
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
276 <param name="reference_source_selector" value="history"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
277 <param name="ref_file" ftype="fasta" value="seg.fa"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
278 <repeat name="g1_fastq">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
279 <conditional name="fastq_input">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
280 <param name="fastq_input_selector" value="paired_collection"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
281 <param name="fastq_input1">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
282 <collection type="paired">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
283 <element name="forward" value="6_all_1.fq.gz" />
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
284 <element name="reverse" value="6_all_2.fq.gz" />
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
285 </collection>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
286 </param>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
287 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
288 </repeat>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
289 <repeat name="g2_fastq">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
290 <conditional name="fastq_input">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
291 <param name="fastq_input_selector" value="paired_collection"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
292 <param name="fastq_input1">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
293 <collection type="paired">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
294 <element name="forward" value="8_all_1.fq.gz" />
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
295 <element name="reverse" value="8_all_2.fq.gz" />
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
296 </collection>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
297 </param>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
298 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
299 </repeat>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
300 <conditional name="doComp">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
301 <param name="compare_selector" value="0"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
302 <param name="compFile" value="PE_comp.g1.vs.g2.txt"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
303 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
304 <!--
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
305 <conditional name="doComp">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
306 <param name="compare_selector" value="1"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
307 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
308 -->
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
309 <param name="output_selector" value="1,2"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
310 <output name="output1" file="PE_dmr_M3_g1.G.bed_vs_g2.G.bed.txt.dmr" ftype="interval" lines_diff="1"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
311 <output name="output2" file="PE_comp.g1.vs.g2.txt" ftype="interval" lines_diff="1"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
312 </test>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
313 <test>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
314 <!-- test data table reference -->
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
315 <param name="reference_source_selector" value="cached"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
316 <param name="ref_file" value="chr11"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
317 <repeat name="g1_fastq">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
318 <conditional name="fastq_input">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
319 <param name="fastq_input_selector" value="single"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
320 <param name="fastq_input1" value="WTPE1.fastq.gz"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
321 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
322 </repeat>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
323 <repeat name="g1_fastq">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
324 <conditional name="fastq_input">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
325 <param name="fastq_input_selector" value="single"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
326 <param name="fastq_input1" value="WTPE2.fastq.gz"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
327 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
328 </repeat>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
329 <repeat name="g2_fastq">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
330 <conditional name="fastq_input">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
331 <param name="fastq_input_selector" value="single"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
332 <param name="fastq_input1" value="TKO2PE1.fastq.gz"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
333 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
334 </repeat>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
335 <repeat name="g2_fastq">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
336 <conditional name="fastq_input">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
337 <param name="fastq_input_selector" value="single"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
338 <param name="fastq_input1" value="TKO2PE2.fastq.gz"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
339 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
340 </repeat>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
341 <conditional name="doComp">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
342 <param name="compare_selector" value="0"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
343 <param name="compFile" value="SE_comp.g1.vs.g2.txt"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
344 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
345 <!--
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
346 <conditional name="doComp">
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
347 <param name="compare_selector" value="1"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
348 </conditional>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
349 -->
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
350 <param name="output_selector" value="1,2"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
351 <output name="output1" file="SE_dmr_M3_g1.G.bed_vs_g2.G.bed.txt.dmr" ftype="interval" lines_diff="1"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
352 <output name="output2" file="SE_comp.g1.vs.g2.txt" ftype="interval" lines_diff="1"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
353 </test>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
354 </tests>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
355 <help>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
356 <![CDATA[
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
357 **MOABS: MOdel based Analysis of Bisulfite Sequencing data**
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
358
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
359 MOABS is a comprehensive, accurate and efficient solution for analysis of large
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
360 scale base-resolution DNA methylation data, bisulfite sequencing or single
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
361 molecule direct sequencing.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
362
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
363 MOABS seamlessly integrates alignment, methylation calling, identification of
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
364 hypomethylation for one sample and differential methylation for multiple
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
365 samples, and other downstream analysis.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
366
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
367 For more information, check https://github.com/sunnyisgalaxy/moabs.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
368
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
369 -----
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
370
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
371 **Input files**
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
372
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
373 MOABS needs to input Bisulfite sequencing reads in two groups of interest, e.g.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
374 KO vs WT. Each group of reads may have combined sequencing library, i.e.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
375 single-end reads and/or paired-end reads. Multiple replicates can be specified in each group.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
376
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
377 **Outputs**
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
378
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
379 Four output files can be selected to report, namely
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
380
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
381 1. **DMR region file** - the major result file
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
382 2. **Comparison file between two groups** - the intermediate comparion result
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
383 3. **BAM files** - intermediate BAM files
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
384 4. **Methylation BED files** - intermediate methylation BED files
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
385
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
386 -----
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
387
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
388 MOABS will detect differential methylated regions (DMRs) using the input BS-Seq
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
389 reads. The output file is a tab-delimited text file (not strictly a BED
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
390 format), representing DMRs. It has 8 columns as below.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
391
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
392 chrom<TAB>start<TAB>end<TAB>methylation_state<TAB>CpGsites<TAB>DMCcount<TAB>nonDMCcount<TAB>hidden_state
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
393
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
394 1. **chrom** - The chromosome of the region.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
395 2. **start** - The start genomic locus of the region.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
396 3. **end** - The end genomic locus of the region.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
397 4. **methylation_state** - The methylation state of the region, "+"/"-" representing hyper- or hypo-methylation regions.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
398 5. **CpGsites** - Total number of CpG sites in the region.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
399 6. **DMCcount** - The number of differential methylated CpG sites (DMCs) in the region.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
400 7. **nonDMCcount** - The number of non-DMCs in the region.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
401 8. **hidden_state** - The hidden state prediced by Hidden Markov Model (HMM), "1"/"-1" representing hyper- or hypo-methylation states.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
402
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
403 For example, six DMRs are identified in the following format.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
404
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
405 @DMRExample@
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
406
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
407 -----
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
408
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
409 The intermediate comparison file summarizes methylation ratio comparison
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
410 results on CpG sites. It has 19 columns as below.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
411
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
412 1. **chrom** - The chromosome of the GpG site.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
413 2. **start** - The start position of the site.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
414 3. **end** - The end position of the site.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
415 4. **single** - The next two columns are attributes for the single position.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
416 5. **totalC_0** - Total number of Cs in the first group.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
417 6. **nominalRatio_0** - Nominal methylation ratio in the first group.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
418 7. **ratioCI_0** - The confidence interval of the methylation ratio in the first group.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
419 8. **single** - The next two columns are attributes for the single position.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
420 9. **totalC_1** - Total number of Cs in the second group.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
421 10. **nominalRatio_1** - Nominal methylation ratio in the second group.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
422 11. **ratioCI_1** - The confidence interval of the methylation ratio in the second group.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
423 12. **pair** - The next three columns are attributes for pairs of groups.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
424 13. **nominalDif_1-0** - Nominal difference of methylation ratio between group 1 and group 0.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
425 14. **credibleDif_1-0** - Credible methylation difference between group 1 and group 0.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
426 15. **difCI_1-0** - Difference of confidence intervals between group 1 and group 0.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
427 16. **p_sim** - The next column is the simulation p-value.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
428 17. **p_sim_1_v_0** - Simulation p-value between group 1 and group 0.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
429 18. **p_fet** - The next column is the FET p-value.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
430 19. **p_fet_1_v_0** - FET p-value between group 1 and group 0.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
431
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
432 The comparison result file can be reused for DMR calling.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
433
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
434 -----
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
435
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
436 BAM files are intermediate mapping results of input reads to the referene
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
437 genome. These BAM files can be reused in downstream methylation analysis.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
438
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
439 -----
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
440
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
441 Methylation calling BED files are intermediate methylation calling results of
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
442 Cs in two groups of input reads. These methyation calling results can be easily
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
443 reused in downstream DMR calling and visualization. The BED file has 15 columns
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
444 as below.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
445
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
446 1. **chrom** - The chromosome of the site.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
447 2. **start** - The start position of the site.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
448 3. **end** - The end position of the site.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
449 4. **ratio** - Methylation ratio in the site
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
450 5. **totalC** - Total number of reads in current Cs.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
451 6. **methC** - Methylated Cs.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
452 7. **strand** - The strand information for prevous three columns.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
453 8. **next** - The next base.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
454 9. **Plus** - Next two columns are for forward strand.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
455 10. **totalC** - Total number of Cs.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
456 11. **methC** - Methylated Cs.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
457 12. **Minus** - Next two columns are for reverse strand.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
458 13. **totalC** - Total number of Cs.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
459 14. **methC** - Methylated Cs.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
460 15. **localSeq** - Local sequences.
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
461
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
462 ]]>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
463 </help>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
464 <expand macro="citations"/>
26d7ec4af119 "planemo upload for repository https://github.com/sunnyisgalaxy/moabs commit fca680a439f168971afc9944ccbbdd9b3b65c845"
iuc
parents:
diff changeset
465 </tool>