annotate xpore_diffmod.xml @ 0:b64b9a2bf4f0 draft

"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
author artbio
date Wed, 26 May 2021 23:14:24 +0000
parents
children ff53cf0d0bbd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
1 <tool id="xpore_diffmod" name="xpore-diffmod" version="0.5.6+galaxy1">
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
2 <description></description>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
3 <requirements>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
4 <requirement type="package" version="0.5.6">xpore</requirement>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
5 <requirement type="package" version="1.9.0">pyensembl</requirement>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
6 </requirements>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
7 <stdio>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
8 <exit_code range="1:" level="fatal" description="Tool exception" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
9 </stdio>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
10 <command detect_errors="exit_code"><![CDATA[
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
11 printf "notes: Pairwise comparison without replicates with default parameter setting.\n\n" >> config.yml &&
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
12 printf "data:\n" >> config.yml &&
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
13 printf " ${control_name}:\n" >> config.yml &&
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
14 #for $i, $s in enumerate($ControlReplicates):
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
15 printf " rep${i}: ./${control_name}_${i}\n" >> config.yml &&
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
16 mkdir ${control_name}_${i} &&
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
17 ln -s ${s.ControlJson} ${control_name}_${i}/data.json &&
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
18 ln -s ${s.ControlIndex} ${control_name}_${i}/data.index &&
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
19 ln -s ${s.ControlReadcount} ${control_name}_${i}/data.readcount &&
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
20 #end for
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
21 printf " ${test_name}:\n" >> config.yml &&
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
22 #for $i, $s in enumerate($TestReplicates):
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
23 printf " rep${i}: ./${test_name}_${i}\n" >> config.yml &&
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
24 mkdir ${test_name}_${i} &&
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
25 ln -s ${s.TestJson} ${test_name}_${i}/data.json &&
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
26 ln -s ${s.TestIndex} ${test_name}_${i}/data.index &&
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
27 ln -s ${s.TestReadcount} ${test_name}_${i}/data.readcount &&
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
28 #end for
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
29 printf "\nout: ./out\n" >> config.yml &&
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
30 printf "\nmethod:\n" >> config.yml &&
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
31 printf " prefiltering:\n" >> config.yml &&
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
32 printf " method: t-test\n" >> config.yml &&
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
33 printf " threshold: 0.1\n" >> config.yml &&
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
34
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
35 xpore-diffmod --config config.yml --n_processes \${GALAXY_SLOTS:-4} &&
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
36 sed -i "s/,/\t/g" ./out/diffmod.table
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
37
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
38 ]]></command>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
39 <inputs>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
40 <param name="control_name" type="text" label="Control condition name"
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
41 help="Only letters, digits and _ will be retained in this field">
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
42 <sanitizer>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
43 <valid initial="string.letters,string.digits"><add value="_" /></valid>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
44 </sanitizer>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
45 </param>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
46 <repeat name="ControlReplicates" title="Control replicates" min="1">
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
47 <param name="ControlJson" label="json from xpore-dataprep" type="data" format="json" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
48 <param name="ControlIndex" label="index from xpore-dataprep" type="data" format="txt" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
49 <param name="ControlReadcount" label="Readcount from xpore-dataprep" type="data" format="txt" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
50 </repeat>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
51
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
52 <param name="test_name" type="text" label="Test condition name"
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
53 help="Only letters, digits and _ will be retained in this field">
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
54 <sanitizer>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
55 <valid initial="string.letters,string.digits"><add value="_" /></valid>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
56 </sanitizer>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
57 </param>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
58 <repeat name="TestReplicates" title="Test replicates" min="1">
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
59 <param name="TestJson" label="json from xpore-dataprep" type="data" format="json" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
60 <param name="TestIndex" label="index from xpore-dataprep" type="data" format="txt" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
61 <param name="TestReadcount" label="Readcount from xpore-dataprep" type="data" format="txt" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
62 </repeat>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
63
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
64 </inputs>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
65
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
66 <outputs>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
67 <data format="tabular" name="diffmod_table" label="diffmod table" from_work_dir="./out/diffmod.table" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
68 <data format="txt" name="diffmod_log" label="diffmod log" from_work_dir="./out/diffmod.log" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
69 <data format="txt" name="config" label="configuration.yml" from_work_dir="./config.yml" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
70 </outputs>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
71 <tests>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
72 <test>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
73 <param name="control_name" value="control" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
74 <repeat name="ControlReplicates">
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
75 <param name="ControlJson" value="inputs_xpore-diffmod/C1_data.json" ftype="json" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
76 <param name="ControlIndex" value="inputs_xpore-diffmod/C1_data.index" ftype="txt" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
77 <param name="ControlReadcount" value="inputs_xpore-diffmod/C1_data.readcount" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
78 </repeat>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
79 <repeat name="ControlReplicates">
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
80 <param name="ControlJson" value="inputs_xpore-diffmod/C2_data.json" ftype="json" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
81 <param name="ControlIndex" value="inputs_xpore-diffmod/C2_data.index" ftype="txt" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
82 <param name="ControlReadcount" value="inputs_xpore-diffmod/C2_data.readcount" ftype="txt" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
83 </repeat>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
84 <param name="test_name" value="test" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
85 <repeat name="TestReplicates">
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
86 <param name="TestJson" value="inputs_xpore-diffmod/T1_data.json" ftype="json"/>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
87 <param name="TestIndex" value="inputs_xpore-diffmod/T1_data.index" ftype="txt" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
88 <param name="TestReadcount" value="inputs_xpore-diffmod/T1_data.readcount" ftype="txt" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
89 </repeat>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
90 <repeat name="TestReplicates">
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
91 <param name="TestJson" value="inputs_xpore-diffmod/T2_data.json" ftype="json"/>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
92 <param name="TestIndex" value="inputs_xpore-diffmod/T2_data.index" ftype="txt" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
93 <param name="TestReadcount" value="inputs_xpore-diffmod/T2_data.readcount" ftype="txt" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
94 </repeat>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
95 <output file="diffmod.table" name="diffmod_table" ftype="tabular" compare="sim_size" delta="400" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
96 <output file="diffmod.log" name="diffmod_log" ftype="txt" />
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
97 </test>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
98 </tests>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
99 <help>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
100
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
101 **What it does**
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
102
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
103 This tool is a basic wrapper of xpore-diffmod for analysis of differential RNA modification
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
104 across all tested positions.
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
105
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
106 .. class:: warningmark
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
107
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
108 In its current version, only the analysis based on a transcripts collection reference is
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
109 implemented.
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
110
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
111 **Inputs**
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
112
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
113 You need 3 input datasets generated by the tool xpore-dataprep::
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
114
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
115 - data.index
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
116 - data.json
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
117 - data.readcount
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
118
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
119
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
120 **Output**
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
121
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
122 - a diffmod_table of the differential RNA modifications across all tested positions of transcripts
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
123 - a diffmod.log of the analysis
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
124
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
125 for details on xpore-diffmod, see https://xpore.readthedocs.io/en/latest/index.html
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
126 and https://github.com/GoekeLab/xpore
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
127
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
128
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
129 </help>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
130
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
131 <citations>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
132 <citation type="doi">10.1101/2020.06.18.160010</citation>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
133 </citations>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
134 </tool>