annotate peakachu.xml @ 4:940b1d632f4d draft default tip

"planemo upload for repository https://github.com/tbischler/PEAKachu commit 23fac1009bde8648151e533ce12c9f3d2f787a65-dirty"
author rnateam
date Mon, 13 Sep 2021 17:20:47 +0000
parents 886f5adba83d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
940b1d632f4d "planemo upload for repository https://github.com/tbischler/PEAKachu commit 23fac1009bde8648151e533ce12c9f3d2f787a65-dirty"
rnateam
parents: 3
diff changeset
1 <tool id="peakachu" name="PEAKachu" version="0.2.0+galaxy0" profile="20.01">
0
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
2 <description>Calls Peaks in CLIP data</description>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
3 <requirements>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
4 <requirement type="package" version="3.6">python</requirement>
4
940b1d632f4d "planemo upload for repository https://github.com/tbischler/PEAKachu commit 23fac1009bde8648151e533ce12c9f3d2f787a65-dirty"
rnateam
parents: 3
diff changeset
5 <requirement type="package" version="4.1.0">r-base</requirement>
940b1d632f4d "planemo upload for repository https://github.com/tbischler/PEAKachu commit 23fac1009bde8648151e533ce12c9f3d2f787a65-dirty"
rnateam
parents: 3
diff changeset
6 <requirement type="package" version="0.2.0">peakachu</requirement>
0
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
7 </requirements>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
8 <version_command>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
9 <![CDATA[
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
10 peakachu --version
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
11 ]]>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
12 </version_command>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
13 <command detect_errors="aggressive">
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
14 <![CDATA[
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
15 #for $i, $clib in enumerate($controlLibs):
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
16 #if $clib:
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
17 ln -s -f '$clib' ${i}.c.bam &&
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
18 ln -s -f '$clib.metadata.bam_index' ${i}.c.bam.bai &&
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
19 #end if
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
20 #end for
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
21 #for $j, $elib in enumerate($experimentLibs):
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
22 ln -s -f '$elib' ${j}.e.bam &&
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
23 ln -s -f '$elib.metadata.bam_index' ${j}.e.bam.bai &&
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
24 #end for
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
25
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
26 pwd &&
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
27 mkdir ./tmp_output &&
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
28 peakachu
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
29 ${mode.mode_selector}
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
30 --exp_libs
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
31 #for $i, $elib in enumerate($experimentLibs):
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
32 '${i}.e.bam'
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
33 #end for
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
34 #for $i, $clib in enumerate($controlLibs):
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
35 #if $clib and $i == 0:
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
36 --ctr_libs
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
37 #end if
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
38 #if $clib:
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
39 '${i}.c.bam'
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
40 #end if
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
41 #end for
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
42 $pairwise_replicates
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
43 $paired_end
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
44 --max_insert_size $max_insert_size
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
45 --features '$features'
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
46 --sub_features '$sub_features'
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
47 --max_proc "\${GALAXY_SLOTS:-1}"
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
48 --output_folder ./tmp_output
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
49 #if str($mode.mode_selector) == 'adaptive':
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
50 --min_cluster_expr_frac $mode.min_cluster_expr_frac
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
51 --min_block_overlap $mode.min_block_overlap
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
52 --min_max_block_expr $mode.min_max_block_expr
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
53 #elif str($mode.mode_selector) == 'window':
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
54 --window_size $mode.window_size
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
55 --step_size $mode.step_size
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
56 --stat_test $mode.stat_test
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
57 --het_p_val_threshold $mode.het_p_val_threshold
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
58 --rep_pair_p_val_threshold $mode.rep_pair_p_val_threshold
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
59 #end if
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
60 --norm_method $mode.norm_method.norm_method_selector
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
61 #if str($mode.norm_method.norm_method_selector) == 'manual':
4
940b1d632f4d "planemo upload for repository https://github.com/tbischler/PEAKachu commit 23fac1009bde8648151e533ce12c9f3d2f787a65-dirty"
rnateam
parents: 3
diff changeset
62 --size_factors '${mode.norm_method.size_factors}'
0
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
63 #end if
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
64 --mad_multiplier $mad_multiplier
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
65 --fc_cutoff $fc_cutoff
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
66 --padj_threshold $padj_threshold
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
67
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
68 &&
1
68656d100a7f planemo upload for repository https://github.com/tbischler/PEAKachu commit 172dab2fc73fcce3ae7df19286b48848af9033d2-dirty
rnateam
parents: 0
diff changeset
69 if ls ./tmp_output/peak_tables/*.csv > /dev/null;
68656d100a7f planemo upload for repository https://github.com/tbischler/PEAKachu commit 172dab2fc73fcce3ae7df19286b48848af9033d2-dirty
rnateam
parents: 0
diff changeset
70 then
3
886f5adba83d planemo upload for repository https://github.com/tbischler/PEAKachu commit 4a5c3c370df53a00aded3eaae40f3a8e4a263385-dirty
rnateam
parents: 2
diff changeset
71 sed -n 1p ./tmp_output/peak_tables/*.csv > peaks.tsv &&
1
68656d100a7f planemo upload for repository https://github.com/tbischler/PEAKachu commit 172dab2fc73fcce3ae7df19286b48848af9033d2-dirty
rnateam
parents: 0
diff changeset
72 tail -n +2 -q ./tmp_output/peak_tables/*.csv >> peaks.tsv &&
68656d100a7f planemo upload for repository https://github.com/tbischler/PEAKachu commit 172dab2fc73fcce3ae7df19286b48848af9033d2-dirty
rnateam
parents: 0
diff changeset
73 mv peaks.tsv '$peak_tables' &&
3
886f5adba83d planemo upload for repository https://github.com/tbischler/PEAKachu commit 4a5c3c370df53a00aded3eaae40f3a8e4a263385-dirty
rnateam
parents: 2
diff changeset
74 awk '/peak/ {print $0}' ./tmp_output/peak_annotations/*.gff > peak_annotations.gff &&
1
68656d100a7f planemo upload for repository https://github.com/tbischler/PEAKachu commit 172dab2fc73fcce3ae7df19286b48848af9033d2-dirty
rnateam
parents: 0
diff changeset
75 mv peak_annotations.gff '$peak_annotations' &&
68656d100a7f planemo upload for repository https://github.com/tbischler/PEAKachu commit 172dab2fc73fcce3ae7df19286b48848af9033d2-dirty
rnateam
parents: 0
diff changeset
76 mv ./tmp_output/plots/Initial*.png '$MA_plot';
68656d100a7f planemo upload for repository https://github.com/tbischler/PEAKachu commit 172dab2fc73fcce3ae7df19286b48848af9033d2-dirty
rnateam
parents: 0
diff changeset
77 else
68656d100a7f planemo upload for repository https://github.com/tbischler/PEAKachu commit 172dab2fc73fcce3ae7df19286b48848af9033d2-dirty
rnateam
parents: 0
diff changeset
78 echo "No Peaks Found" >&2;
68656d100a7f planemo upload for repository https://github.com/tbischler/PEAKachu commit 172dab2fc73fcce3ae7df19286b48848af9033d2-dirty
rnateam
parents: 0
diff changeset
79 fi
68656d100a7f planemo upload for repository https://github.com/tbischler/PEAKachu commit 172dab2fc73fcce3ae7df19286b48848af9033d2-dirty
rnateam
parents: 0
diff changeset
80
0
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
81
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
82 ]]>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
83 </command>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
84 <inputs>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
85 <param name="experimentLibs" type="data" format="bam" label="Experiment Libraries" multiple="True"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
86 <param name="controlLibs" type="data" format="bam" label="Control Libraries" multiple="True" optional="True"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
87 <param argument="--pairwise_replicates" type="boolean" truevalue="--pairwise_replicates" falsevalue="" checked="False" label="Pairwise Replicates" />
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
88 <param argument="--paired_end" type="boolean" truevalue="--paired_end" falsevalue="" checked="False" label="Paired End" />
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
89 <param argument="--max_insert_size" type="integer" value="50" label="Maximum Insert Size"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
90 <!-- The gff feature is not implemented, because the function can easily be accomplished with featureCount or other tools
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
91 <param name="gffs" type="data" format="gff" label="Annotation" optional="True" multiple="True"/-->
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
92 <param argument="--features" type="text" label="Features">
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
93 <sanitizer>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
94 <valid initial="default"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
95 </sanitizer>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
96 </param>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
97 <param argument="--sub_features" type="text" label="Sub-Features">
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
98 <sanitizer>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
99 <valid initial="default"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
100 </sanitizer>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
101 </param>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
102
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
103 <conditional name="mode">
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
104 <param name="mode_selector" type="select" label="Select Mode" help="These modes work differently.">
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
105 <option value="adaptive" selected="True">Adaptive</option>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
106 <option value="window">Window</option>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
107 <!-- The following options are not implemented because they are vastly different and should be implemented as their own tool, if need be.
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
108 <option value="coverage">Coverage</option>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
109 <option value="consensus_peak">Consensus Peak</option-->
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
110 </param>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
111 <when value="adaptive">
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
112 <param argument="--min_cluster_expr_frac" label="Minimum cluster Expression Fraction" help="Minimum fraction of a block in a cluster for further consideration." type="float" value="0.01"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
113 <param argument="--min_block_overlap" label="Minimum Block Overlap" help="Minimum fraction of the width of blocks for merging." type="float" value="0.5"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
114 <param argument="--min_max_block_expr" label="Minimum Block Expression" help="Minimum fraction of expression of blocks for merging." type="float" value="0.1"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
115 <conditional name="norm_method">
4
940b1d632f4d "planemo upload for repository https://github.com/tbischler/PEAKachu commit 23fac1009bde8648151e533ce12c9f3d2f787a65-dirty"
rnateam
parents: 3
diff changeset
116 <param name="norm_method_selector" type="select" label="Normalisation Method">
0
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
117 <option value="deseq" selected="True">DESeq2</option>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
118 <option value="manual">Manual</option>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
119 <option value="none">None</option>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
120 </param>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
121 <when value="deseq"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
122 <when value="none"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
123 <when value="manual">
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
124 <param argument="--size_factors" label="Size Factors" type="text" help="Size factors have to be seperated by SPACE">
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
125 <sanitizer>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
126 <valid initial="default"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
127 </sanitizer>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
128 </param>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
129 </when>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
130 </conditional>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
131 </when>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
132 <when value="window">
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
133 <param argument="--window_size" label="Window Size" type="integer" value="25"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
134 <param argument="--step_size" label="Step Size" type="integer" value="5"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
135 <param name="stat_test" type="select" label="Statistical Test">
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
136 <option value="gtest" selected="True">gtest</option>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
137 <option value="deseq">DESeq2</option>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
138 </param>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
139 <conditional name="norm_method">
4
940b1d632f4d "planemo upload for repository https://github.com/tbischler/PEAKachu commit 23fac1009bde8648151e533ce12c9f3d2f787a65-dirty"
rnateam
parents: 3
diff changeset
140 <param name="norm_method_selector" type="select" label="Normalisation Method">
0
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
141 <option value="tmm" selected="True">TMM</option>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
142 <option value="deseq">DESeq2</option>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
143 <option value="count">Count</option>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
144 <option value="manual">Manual</option>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
145 <option value="none">None</option>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
146 </param>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
147 <when value="deseq"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
148 <when value="tmm"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
149 <when value="count"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
150 <when value="none"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
151 <when value="manual">
4
940b1d632f4d "planemo upload for repository https://github.com/tbischler/PEAKachu commit 23fac1009bde8648151e533ce12c9f3d2f787a65-dirty"
rnateam
parents: 3
diff changeset
152 <param argument="--size_factors" label="Size Factors" type="text" help="Size factors have to be separated by SPACE">
0
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
153 <sanitizer>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
154 <valid initial="default"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
155 </sanitizer>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
156 </param>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
157 </when>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
158 </conditional>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
159 <param argument="--het_p_val_threshold" label="Heterogeneous p-value Threshold" type="float" value="0.01"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
160 <param argument="--rep_pair_p_val_threshold" label="Paired p-value Threshold" type="float" value="0.05"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
161 </when>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
162 </conditional>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
163 <param argument="--mad_multiplier" label="Mad Multiplier" type="float" value="2.0"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
164 <param argument="--fc_cutoff" label="Fold Change Threshold" type="float" value="2.0"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
165 <param argument="--padj_threshold" type="float" label="Adjusted p-value Threshold" value="0.05"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
166 </inputs>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
167 <outputs>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
168 <data format="tabular" name="peak_tables" label="${tool.name} ${mode.mode_selector} on ${on_string}: peaks"/>
1
68656d100a7f planemo upload for repository https://github.com/tbischler/PEAKachu commit 172dab2fc73fcce3ae7df19286b48848af9033d2-dirty
rnateam
parents: 0
diff changeset
169 <data format="gff" name="peak_annotations" label="${tool.name} ${mode.mode_selector} on ${on_string}: peak_annotations"/>
0
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
170 <data format="png" name="MA_plot" label="${tool.name} ${mode.mode_selector} on ${on_string}: MA plot"/>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
171 </outputs>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
172 <tests>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
173 <test>
2
49a5a2e86c84 planemo upload for repository https://github.com/tbischler/PEAKachu commit c5d9e7d26c36c03b485d1a29154018bc9b0fa069
rnateam
parents: 1
diff changeset
174 <param name="experimentLibs" value="test1_plus-xl.bam"/>
49a5a2e86c84 planemo upload for repository https://github.com/tbischler/PEAKachu commit c5d9e7d26c36c03b485d1a29154018bc9b0fa069
rnateam
parents: 1
diff changeset
175 <param name="controlLibs" value="test1_minus-xl.bam"/>
0
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
176 <output name="peak_tables" ftype="tabular" file="test1_peaks.tsv"/>
1
68656d100a7f planemo upload for repository https://github.com/tbischler/PEAKachu commit 172dab2fc73fcce3ae7df19286b48848af9033d2-dirty
rnateam
parents: 0
diff changeset
177 <output name="peak_annotations" ftype="gff" file="test1_peak_annotations.gff"/>
0
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
178 </test>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
179 </tests>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
180 <help>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
181 <![CDATA[
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
182 **PEAKachu**
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
183
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
184 PEAKachu is a tool for the accurate mapping of RBP binding sites based on CLIP-seq and RIP-seq data.
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
185 PEAKachu uses signal and control libraries (ideally more than three each) to detect binding sites.
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
186 It implements two peak calling approaches
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
187
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
188 **adaptive**
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
189
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
190 The adaptive approach applies a three-step procedure to detect regions that are significantly enriched over controls.
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
191
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
192 - blockbuster is applied to the pooled libraries to combine similar sets of reads into blocks
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
193 - blocks are decomposed into peaks by iteratively applying a block merging heuristic
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
194 - peaks with significant enrichment of signal over control libraries are determined using DESeq2
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
195
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
196 **windowed**
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
197
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
198 The windowed approach subdivides the genome into overlapping regions.
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
199 After filtering of lowly expressed regions and library normalization (either using manual size factors, TMM, or DESeq2), this approach determines significantly enriched windows using eiterh DESeq2 or repeated G-tests of goodness-of-fit.
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
200
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
201 ]]>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
202 </help>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
203 <citations>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
204 </citations>
bc594df2aba3 planemo upload for repository https://github.com/tbischler/PEAKachu commit 21413560ba7ac260a92531c08899c4a342d1660d
rnateam
parents:
diff changeset
205 </tool>