comparison getdata.xml @ 2:fbf27235efbb draft

"planemo upload for repository https://forgemia.inra.fr/carboseq/record-projet-carboseq commit f2d89c9df8c4af6e4510181b76133420a22a805c-dirty"
author siwaa
date Tue, 12 Apr 2022 11:12:50 +0000
parents 305f3408f763
children a838ff8a6b02
comparison
equal deleted inserted replaced
1:305f3408f763 2:fbf27235efbb
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:b4a42843af9004c7a847bfa7b5db18da0d2165bb</container> 4 <container type="singularity">docker://registry.forgemia.inra.fr/carboseq/record-projet-carboseq/getdatacsopraaial:f2d89c9df8c4af6e4510181b76133420a22a805c</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>