annotate xpore_diffmod.xml @ 2:a5758bb680c8 draft default tip

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 59e86ba957774b2fb86b3f5dbd7be24f99dd60f7
author artbio
date Sun, 15 May 2022 15:11:49 +0000
parents ff53cf0d0bbd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
a5758bb680c8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 59e86ba957774b2fb86b3f5dbd7be24f99dd60f7
artbio
parents: 1
diff changeset
1 <tool id="xpore_diffmod" name="xpore-diffmod" version="2.1+galaxy0">
0
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>
2
a5758bb680c8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 59e86ba957774b2fb86b3f5dbd7be24f99dd60f7
artbio
parents: 1
diff changeset
4 <requirement type="package" version="2.1">xpore</requirement>
0
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
5 </requirements>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
6 <stdio>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
7 <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
8 </stdio>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
9 <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
10 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
11 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
12 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
13 #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
14 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
15 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
16 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
17 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
18 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
19 #end for
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
20 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
21 #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
22 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
23 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
24 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
25 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
26 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
27 #end for
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
28 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
29 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
30 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
31 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
32 printf " threshold: 0.1\n" >> config.yml &&
2
a5758bb680c8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 59e86ba957774b2fb86b3f5dbd7be24f99dd60f7
artbio
parents: 1
diff changeset
33 xpore diffmod --config config.yml --n_processes \${GALAXY_SLOTS:-4} &&
1
ff53cf0d0bbd "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 8a69e869b86c4c371c18e7fde1e6b6af41f315a4"
artbio
parents: 0
diff changeset
34 sed -i "s/,/\t/g" ./out/diffmod.table &&
ff53cf0d0bbd "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 8a69e869b86c4c371c18e7fde1e6b6af41f315a4"
artbio
parents: 0
diff changeset
35 mv ./out/diffmod.table $diffmod_table &&
ff53cf0d0bbd "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 8a69e869b86c4c371c18e7fde1e6b6af41f315a4"
artbio
parents: 0
diff changeset
36 mv ./out/diffmod.log $diffmod_log &&
ff53cf0d0bbd "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 8a69e869b86c4c371c18e7fde1e6b6af41f315a4"
artbio
parents: 0
diff changeset
37 mv ./config.yml $config
0
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
38
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
39 ]]></command>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
40 <inputs>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
41 <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
42 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
43 <sanitizer>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
44 <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
45 </sanitizer>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
46 </param>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
47 <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
48 <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
49 <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
50 <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
51 </repeat>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
52
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
53 <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
54 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
55 <sanitizer>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
56 <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
57 </sanitizer>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
58 </param>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
59 <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
60 <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
61 <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
62 <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
63 </repeat>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
64
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
65 </inputs>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
66
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
67 <outputs>
1
ff53cf0d0bbd "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 8a69e869b86c4c371c18e7fde1e6b6af41f315a4"
artbio
parents: 0
diff changeset
68 <data format="tabular" name="diffmod_table" label="diffmod table" />
ff53cf0d0bbd "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 8a69e869b86c4c371c18e7fde1e6b6af41f315a4"
artbio
parents: 0
diff changeset
69 <data format="txt" name="diffmod_log" label="diffmod log" />
ff53cf0d0bbd "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 8a69e869b86c4c371c18e7fde1e6b6af41f315a4"
artbio
parents: 0
diff changeset
70 <data format="txt" name="config" label="configuration.yml" />
0
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
71 </outputs>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
72 <tests>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
73 <test>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
74 <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
75 <repeat name="ControlReplicates">
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
76 <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
77 <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
78 <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
79 </repeat>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
80 <repeat name="ControlReplicates">
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
81 <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
82 <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
83 <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
84 </repeat>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
85 <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
86 <repeat name="TestReplicates">
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
87 <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
88 <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
89 <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
90 </repeat>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
91 <repeat name="TestReplicates">
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
92 <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
93 <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
94 <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
95 </repeat>
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.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
97 <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
98 </test>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
99 </tests>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
100 <help>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
101
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
102 **What it does**
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
103
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
104 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
105 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
106
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
107 .. class:: warningmark
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
108
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
109 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
110 implemented.
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
111
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
112 **Inputs**
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
113
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
114 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
115
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
116 - data.index
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
117 - data.json
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
118 - data.readcount
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
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
121 **Output**
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
122
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
123 - 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
124 - 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
125
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
126 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
127 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
128
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
129
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
130 </help>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
131
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
132 <citations>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
133 <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
134 </citations>
b64b9a2bf4f0 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/xpore commit 617026dab446713793b40d5556aac16180e68eea"
artbio
parents:
diff changeset
135 </tool>