diff tomo_setup.xml @ 1:e4778148df6b draft

"planemo upload for repository https://github.com/rolfverberg/galaxytools commit 7bc44bd6a5a7d503fc4d6f6fb67b3a04a631430b"
author rv43
date Thu, 31 Mar 2022 18:24:16 +0000
parents cb1b0d757704
children b8977c98800b
line wrap: on
line diff
--- a/tomo_setup.xml	Tue Mar 29 16:10:16 2022 +0000
+++ b/tomo_setup.xml	Thu Mar 31 18:24:16 2022 +0000
@@ -10,12 +10,12 @@
         -i inputfiles.txt
         -c '$config'
         --theta_range '$thetas.theta_start $thetas.theta_end $thetas.num_thetas'
-        --dark '$dark'
-        --bright '$bright'
-        --tomo '$tomo'
-        --detectorbounds '$detectorbounds'
+        --dark 'dark_field.png'
+        --bright 'bright_field.png'
+        --tomo 'tomo.png'
+        --detectorbounds 'detectorbounds.png'
         --output_data '$output_data'
-        --output_config '$output_config'
+        --output_config 'output_config.yaml'
         -l '$log'
 #for $s in $tomo_sets# ${s.offset} ${s.num} #end for
     ]]></command>
@@ -43,12 +43,12 @@
     </inputs>
     <outputs>
         <data name="inputfiles" format="txt" label="Input files" from_work_dir="inputfiles.txt" hidden="true"/>
-        <data name="dark" format="png" label="Dark field"/>
-        <data name="bright" format="png" label="Bright field"/>
-        <data name="tomo" format="png" label="First tomography image"/>
-        <data name="detectorbounds" format="png" label="Detector bounds"/>
+        <data name="dark_field" format="png" label="Dark field" from_work_dir="dark_field.png"/>
+        <data name="bright_field" format="png" label="Bright field" from_work_dir="bright_field.png"/>
+        <data name="tomo" format="png" label="First tomography image" from_work_dir="tomo.png"/>
+        <data name="detectorbounds" format="png" label="Detector bounds" from_work_dir="detectorbounds.png"/>
         <data name="output_data" format="npz" label="Preprocessed tomography data"/>
-        <data name="output_config" format="txt" label="Output config"/>
+        <data name="output_config" format="yaml" label="Output config" from_work_dir="output_config.yaml"/>
         <data name="log" format="txt" label="Log"/>
     </outputs>
     <help><![CDATA[