comparison getdata.xml @ 4:fb1ce7a4422a draft

"planemo upload for repository https://forgemia.inra.fr/carboseq/record-projet-carboseq commit e29c8f706b91ede6441790180a2bad885dd0a30d-dirty"
author siwaa
date Wed, 13 Apr 2022 15:24:55 +0000
parents a838ff8a6b02
children 409bcbdc92c8
comparison
equal deleted inserted replaced
3:a838ff8a6b02 4:fb1ce7a4422a
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.2</container> 4 <container type="singularity">docker://registry.forgemia.inra.fr/carboseq/record-projet-carboseq/getdatacsopraaial: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>