changeset 47:d53ca5ae6e76 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit eda217fb0afe5af50380a24b578c668db9c004f4-dirty
author ximgchess
date Wed, 12 Apr 2023 14:39:31 +0000
parents b0487ea83339
children ec5a7fc248d6
files tomo/.tomo_reduce.xml.swp tomo/tomo_reduce.xml
diffstat 2 files changed, 14 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
Binary file tomo/.tomo_reduce.xml.swp has changed
--- a/tomo/tomo_reduce.xml	Wed Apr 12 14:38:09 2023 +0000
+++ b/tomo/tomo_reduce.xml	Wed Apr 12 14:39:31 2023 +0000
@@ -6,8 +6,20 @@
     <expand macro="requirements"/>
     <command detect_errors="exit_code">
         <![CDATA[
-        pip --exists-action i install --target='/nfs/chess/galaxy-dev/var/dependencies/_conda/envs' pyfai==2023.3.0 &&
-        cp $tool_config reduce.yaml
+        mkdir tomo_reduce_plots;
+        #if str($map.type_selector) == "yaml"
+            cp $input_file map.yaml &&
+            cat $__tool_directory__/andor2.yaml $tool_config > reduce.yaml &&
+        #else
+            cp $input_file setup.nex &&
+            cp $tool_config reduce.yaml &&
+        #end if
+        CHAP --config 
+        #if str($map.type_selector) == "yaml"
+            $__tool_directory__/pipeline_reduce_yaml.yaml
+        #else
+            $__tool_directory__/pipeline_reduce_nexus.yaml
+        #end if
         ]]>
     </command>
     <configfiles>