diff preprocess.xml @ 4:3fcbb8030fcc draft

"planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 40eda5ea3551e8b3bae32d0a8f405fe90ef22646-dirty"
author sblanck
date Mon, 12 Apr 2021 14:47:09 +0000
parents 4d539083cf7f
children 4f753bb8681e
line wrap: on
line diff
--- a/preprocess.xml	Tue Jun 16 04:34:09 2020 -0400
+++ b/preprocess.xml	Mon Apr 12 14:47:09 2021 +0000
@@ -1,15 +1,14 @@
-<tool id="preprocess" name="Data Normalization" force_history_refresh="True" version="1.1.0">
-  	<requirements>
-    <!--requirement type="set_environment">R_SCRIPT_PATH</requirement-->
-    <requirement type="package" version="1.1.2">mpagenomics</requirement>
-   </requirements>
-	<!--command interpreter="python"-->
+<tool id="preprocess" name="Data Normalization" version="1.2.0">
+  <requirements>
+      <container type="docker">sblanck/mpagenomicsdependencies</container>
+  </requirements>
+	
     <command>
     	<![CDATA[ 
         Rscript 
         ${__tool_directory__}/preprocess.R	
 		--summary '$summary' 
-		--new_file_path '$__new_file_path__'  
+		--new_file_path '$zipresults.files_path'  
 		--inputcdffull_name '$inputcdffull.name' 
 		--inputufl_name '$inputufl.name' 
 		--inputugp_name '$inputugp.name' 
@@ -28,8 +27,9 @@
   	 --settingsType '$settings.settingsType' 
 	 --outputgraph '$outputgraph' 
 	 --zipfigures '$zipfigures' 
+	 --zipresults '$zipresults'
 	 --outputlog '$outputlog' 
-	 --log '$log' 
+	 --log '$log'
 	 --user_id '$__user_id__'
 	 --input "#for $input in $inputs# $input;$input.name, #end for#"
     	]]>
@@ -72,7 +72,8 @@
   	     doesn't occur. 
   	-->
     <data format="dsf" name="summary" label="Dataset summary file of ${datasetName}" />
-    <data format="zip" name="zipfigures" label="figures of normalization of ${datasetName}">
+    <data format="zip" name="zipresults" label="Results of normalization of ${datasetName}"/>
+    <data format="zip" name="zipfigures" label="Figures of normalization of ${datasetName}">
     	<filter>outputgraph == "TRUE"</filter>	
     </data>    
     <data format="log" name="log" label="log of normalization ${datasetName}">