comparison getdata.xml @ 3:a838ff8a6b02 draft

"planemo upload for repository https://forgemia.inra.fr/carboseq/record-projet-carboseq commit 77c2f1896d7b26b2535cfee92d82d031cece79c1-dirty"
author siwaa
date Wed, 13 Apr 2022 15:05:18 +0000
parents fbf27235efbb
children fb1ce7a4422a
comparison
equal deleted inserted replaced
2:fbf27235efbb 3:a838ff8a6b02
1 <tool id="CarboSeqGetData" name="CarboSeqGetData" version="1.0.0"> 1 <tool id="CarboSeqGetData" name="CarboSeqGetData" version="1.0.0">
2 <description>To retrieve the data from the soil db</description> 2 <description>To retrieve the data from the soil db</description>
3 <requirements> 3 <requirements>
4 <container type="singularity">docker://registry.forgemia.inra.fr/carboseq/record-projet-carboseq/getdatacsopraaial:f2d89c9df8c4af6e4510181b76133420a22a805c</container> 4 <container type="singularity">docker://registry.forgemia.inra.fr/carboseq/record-projet-carboseq/getdatacsopraaial:image-1.2</container>
5 </requirements> 5 </requirements>
6 <command detect_errors="exit_code"><![CDATA[ 6 <command detect_errors="exit_code"><![CDATA[
7 bash -e -c "R -e \"source('/work/csopralibs/scripts/R/getDataCsopraAIAL.r', echo=TRUE)\" 2>&1; cp ./*.RData ${simulation_data}" 7 bash -e -c "R -e \"source('/work/csopralibs/scripts/R/getDataCsopraAIAL.r', echo=TRUE)\" 2>&1; cp ./*.RData ${simulation_data}"
8 ]]> 8 ]]>
9 </command> 9 </command>