11
|
1 <tool id="CarboSeqSimulator" name="CarboSeqSimulator" version="1.0.8">
|
0
|
2 <description>To run the CarboSeq simulator</description>
|
|
3 <requirements>
|
7
|
4 <container type="singularity">docker://registry.forgemia.inra.fr/csopra/csopralibs:develop</container>
|
0
|
5 </requirements>
|
|
6 <command detect_errors="exit_code"><![CDATA[
|
11
|
7 mkdir data &&
|
|
8 cp $__tool_directory__/ontology.owl data &&
|
|
9 cp -r $__tool_directory__/config_mappers . &&
|
|
10 cp $__tool_directory__/semantifier.jar . &&
|
7
|
11 (env | grep DOCKER_IMAGE) &&
|
|
12 printf " Image Reg : \$s\n" \$(env | grep DOCKER_IMAGE) &&
|
5
|
13 bash -e -c "mkdir output &&
|
0
|
14 unzip -d input ${input} &&
|
2
|
15 mkdir tmp &&
|
5
|
16 export TMPDIR="\${PWD}/tmp" &&
|
11
|
17 Rscript $__tool_directory__/run.r --url=https://localhost:8585/semantify --srcDir=\$(realpath -s input) --srcOut=\$(realpath -s output) --semPath=\$(realpath -s .) --NBCores=\${GALAXY_SLOTS:-4}&&
|
1
|
18 mv output/* ${output}"
|
0
|
19 ]]>
|
|
20 </command>
|
|
21 <inputs>
|
|
22 <param name="input" type="data" format="zip" label="CarboSeq input (zip)"/>
|
|
23 </inputs>
|
|
24 <outputs>
|
1
|
25 <data format='rdata' name="output" label="CarboSeq output (rdata)"/>
|
0
|
26 </outputs>
|
|
27 <tests>
|
|
28 </tests>
|
|
29 <help>
|
|
30 the CarboSeq CarboseqSimulator tool
|
|
31 ===================================
|
|
32
|
|
33 credits
|
|
34 -------
|
|
35 - Wrapper Maintainer: Patrick Chabrier patrick.chabrier@inrae.fr
|
|
36 - Tool Site: https://forgemia.inra.fr/carboseq/record-projet-carboseq
|
|
37 - Copyright: INRAE
|
|
38 </help>
|
|
39 </tool>
|