Mercurial > repos > vandelj > giant_aptsummarize
comparison galaxy/wrappers/ArrayNormalization.xml @ 1:2762a2622e0d draft
"planemo upload for repository https://github.com/juliechevalier/GIANT/tree/master commit e2b27d6ff2eab66454f984dbf1a519192f41db97"
author | vandelj |
---|---|
date | Wed, 09 Sep 2020 10:43:27 +0000 |
parents | 708f43bda2b6 |
children |
comparison
equal
deleted
inserted
replaced
0:708f43bda2b6 | 1:2762a2622e0d |
---|---|
1 <tool name="GIANT-Normalization with APT Summarize" id="giant_aptsummarize" version="0.1.1"> | 1 <tool name="GIANT-Normalization with APT Summarize" id="giant_aptsummarize" version="0.1.1"> |
2 <description>Apply Affymetrix Power Tool summarize function to .CEL collection</description> | 2 <description>Apply Affymetrix Power Tool summarize function to .CEL collection</description> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package" version="2.10.1">apt-probeset-summarize</requirement> | 4 <requirement type="package" version="2.10.2">apt-probeset-summarize</requirement> |
5 </requirements> | 5 </requirements> |
6 <stdio> | 6 <stdio> |
7 <regex match="Execution halted" | 7 <regex match="Execution halted" |
8 source="both" | 8 source="both" |
9 level="fatal" | 9 level="fatal" |
10 description="Execution halted, please contact tool developer or administrators." /> | 10 description="Execution halted, please contact tool developer or administrators." /> |
11 <exit_code range="10" level="fatal" description="Error in post-treatments, see log file for more information." /> | 11 <exit_code range="10" level="fatal" description="Error in post-treatments, see log file for more information." /> |
12 <exit_code range="1:9" level="fatal" description="Error during apt command execution, see log file for more information." /> | 12 <exit_code range="1:9" level="fatal" description="Error during apt command execution, see log file for more information." /> |
13 </stdio> | 13 </stdio> |
14 | 14 <command> <![CDATA[ |
15 | 15 ##only for local test, comment otherwise |
16 | |
17 <command> <![CDATA[ | |
18 ##ONLY FOR LOCAL TEST PURPOSE, COMMENT OTHERWISE | |
19 ##set $pathToApt='/mnt/galaxy/home/galaxy/Software/ThermoFischer/apt-1.20.6-x86_64-intel-linux/bin' | 16 ##set $pathToApt='/mnt/galaxy/home/galaxy/Software/ThermoFischer/apt-1.20.6-x86_64-intel-linux/bin' |
20 | 17 |
21 mkdir ./apt_output/; | 18 mkdir ./apt_output/; |
22 | 19 |
23 #if $mainCondition.arraySelection=="other": | 20 #if $mainCondition.arraySelection=="other": |
102 fi; | 99 fi; |
103 printf "[INFO]End of tool script" >> $log; | 100 printf "[INFO]End of tool script" >> $log; |
104 ]]> | 101 ]]> |
105 </command> | 102 </command> |
106 | 103 |
107 | |
108 | |
109 <configfiles> | 104 <configfiles> |
110 <configfile name="scriptFormat"> | 105 <configfile name="scriptFormat"> |
111 <![CDATA[ | 106 <![CDATA[ |
112 #for $inputDataset in $inputData | 107 #for $inputDataset in $inputData |
113 echo '${inputDataset.name}' >> ./tempColumnName.txt | 108 echo '${inputDataset.name}' >> ./tempColumnName.txt |
173 #end if | 168 #end if |
174 | 169 |
175 ]]> | 170 ]]> |
176 </configfile> | 171 </configfile> |
177 </configfiles> | 172 </configfiles> |
178 | |
179 | |
180 | 173 |
181 <inputs> | 174 <inputs> |
182 <param type="text" name="title" value="APT_toPersonalize" label="Title for output"/> | 175 <param type="text" name="title" value="APT_toPersonalize" label="Title for output"/> |
183 | 176 |
184 <param type="data" name="inputData" format="cel" label=".cel collection file" optional="false" multiple="true"> | 177 <param type="data" name="inputData" format="cel" label=".cel collection file" optional="false" multiple="true"> |
251 <when value="false"> | 244 <when value="false"> |
252 </when> | 245 </when> |
253 </conditional> | 246 </conditional> |
254 </inputs> | 247 </inputs> |
255 | 248 |
256 | |
257 | |
258 <outputs> | 249 <outputs> |
259 <data format="tabular" name="outputData" label="${title}_NormalizedData"/> | 250 <data format="tabular" name="outputData" label="${title}_NormalizedData"/> |
260 <data format="txt" name="log" label="${title}_Log" /> | 251 <data format="txt" name="log" label="${title}_Log" /> |
261 </outputs> | 252 </outputs> |
262 | 253 |
263 | 254 |
264 | 255 |
265 <tests> | 256 <tests> |
266 <test maxseconds="3600"> | 257 <test maxseconds="3600"> |
267 <param name="inputData" value="./CELfiles/GSM205766.CEL,./CELfiles/GSM205767.CEL,./CELfiles/GSM205768.CEL" /> | 258 <param name="inputData" value="./CELfiles/GSM205766.CEL,./CELfiles/GSM205767.CEL,./CELfiles/GSM205768.CEL" /> |
268 <param name="commandLine" value="rma-gc-scale" /> | 259 <param name="commandLine" value="rma-gc-scale" /> |
269 <param name="normLevel" value="core" /> | 260 <param name="normLevel" value="core" /> |
270 <param name="arraySelection" value="other" /> | 261 <param name="arraySelection" value="other" /> |
271 <param name="CDFfile" value="./Mouse430_2.cdf" /> | 262 <param name="CDFfile" value="./APT-summarize/input/Mouse430_2.cdf" /> |
272 <param name="annotationFile" value="./formatedAnnotation.csv" /> | 263 <param name="annotationFile" value="./APT-summarize/input/formatedAnnotation.csv" /> |
273 <param name="addAnnotation" value="true" /> | 264 <param name="addAnnotation" value="true" /> |
274 <param name="keepAnnotated" value="false" /> | 265 <param name="keepAnnotated" value="false" /> |
275 <param name="mergingMethod" value="mean" /> | 266 <param name="mergingMethod" value="mean" /> |
276 <output name="outputData" file="./APT-summarize/expressionOutput.csv" /> | 267 <output name="outputData" file="./APT-summarize/output/outputExpression.csv" /> |
277 <output name="log" file="./APT-summarize/output.log" lines_diff="2" /> | 268 <output name="log" file="./APT-summarize/output/outputLog.txt" compare="sim_size" delta_frac="0.15" /> |
278 </test> | 269 </test> |
279 </tests> | 270 </tests> |
280 | |
281 | 271 |
282 | 272 |
283 | 273 |
284 <help> | 274 <help> |
285 <![CDATA[ | 275 <![CDATA[ |