diff getdata.xml @ 10:f60bb19f7880 draft default tip

"planemo upload for repository https://forgemia.inra.fr/carboseq/record-projet-carboseq/-/tree/37cec685ade2bbd92376a2a1716ace3b9beab6f9 commit 37cec685ade2bbd92376a2a1716ace3b9beab6f9-dirty"
author siwaa
date Mon, 21 Nov 2022 16:00:30 +0000
parents b75e5e1a0646
children
line wrap: on
line diff
--- a/getdata.xml	Mon Sep 26 16:04:20 2022 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-<tool id="CarboSeqGetData" name="CarboSeqGetData" version="1.0.0">
-  <description>To retrieve the data from the soil db</description>
-  <requirements>
-    <container type="singularity">docker://registry.forgemia.inra.fr/carboseq/record-projet-carboseq/getdatacsopraaial:image-1.0</container>
-  </requirements>
-  <command detect_errors="exit_code"><![CDATA[
-    bash -e -c "R -e \"source('/work/csopralibs/scripts/R/getDataCsopraAIAL.r', echo=TRUE)\" 2>&1; cp ./*.RData ${simulation_data}"
-    ]]>
-  </command>
-<outputs>
-  <data format='rdata' name="simulation_data" label="CarboSeq simulations data"/>
-</outputs>
-<tests>
-  <test>
-    <output name="simulation_data">
-    <assert_contents>
-      <has_size value="216929" delta="100" />
-    </assert_contents>
-    </output>
-  </test>
-</tests>
-<help>
-the CarboSeqGetData tool
-========================
-
-credits
--------
-
--  Wrapper Maintainer: Patrick Chabrier patrick.chabrier@inrae.fr
--  Tool Maintainer: Eric Casellas eric.casellas@inrae.fr
--  Tool Site: https://forgemia.inra.fr/carboseq/record-projet-carboseq
--  Copyright: INRAE
-</help>
-</tool>