comparison getdata.xml @ 5:409bcbdc92c8 draft

"planemo upload for repository https://forgemia.inra.fr/carboseq/record-projet-carboseq/-/tree/91bb8cdab736721954056b260f0f8809d9c95100 commit 91bb8cdab736721954056b260f0f8809d9c95100-dirty"
author siwaa
date Tue, 19 Apr 2022 08:29:30 +0000
parents fb1ce7a4422a
children 9382bc075d81
comparison
equal deleted inserted replaced
4:fb1ce7a4422a 5:409bcbdc92c8
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:image-1.0</container> 4 <container type="singularity">docker://registry.forgemia.inra.fr/carboseq/record-projet-carboseq/getdatacsopraaial:.git/refs/tags/image-1.0</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>