changeset 74:dedb67bd8d6e draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 919e80fa3f8a9160766ff4d2c6b8956ec5553ad3-dirty
author ximgchess
date Mon, 24 Apr 2023 19:58:22 +0000
parents 0476dee34886
children 15f06d8e188d
files tomo/pipeline_combine.yaml tomo/pipeline_find_center.yaml tomo/pipeline_reconstruct.yaml
diffstat 3 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/tomo/pipeline_combine.yaml	Mon Apr 24 19:54:48 2023 +0000
+++ b/tomo/pipeline_combine.yaml	Mon Apr 24 19:58:22 2023 +0000
@@ -4,7 +4,7 @@
   - common.MultipleReader:
       readers:
         - NexusReader:
-            filename: reconstructed.nxs
+            filename: reconstructed.nex
         - YAMLReader:
             filename: combine.yaml
             schema: TomoCombineConfig
@@ -12,5 +12,5 @@
       output_folder: tomo_combine_plots
       save_figs: 'only'
   - common.NexusWriter:
-      filename: output.nxs
+      filename: output.nex
       force_overwrite: true
--- a/tomo/pipeline_find_center.yaml	Mon Apr 24 19:54:48 2023 +0000
+++ b/tomo/pipeline_find_center.yaml	Mon Apr 24 19:58:22 2023 +0000
@@ -4,7 +4,7 @@
   - common.MultipleReader:
       readers:
         - NexusReader:
-            filename: reduced.nxs
+            filename: reduced.nex
         - YAMLReader:
             filename: find_center.yaml
             schema: TomoFindCenterConfig
--- a/tomo/pipeline_reconstruct.yaml	Mon Apr 24 19:54:48 2023 +0000
+++ b/tomo/pipeline_reconstruct.yaml	Mon Apr 24 19:58:22 2023 +0000
@@ -4,7 +4,7 @@
   - common.MultipleReader:
       readers:
         - NexusReader:
-            filename: reduced.nxs
+            filename: reduced.nex
         - YAMLReader:
             filename: reconstruct.yaml
             schema: TomoReconstructConfig
@@ -15,5 +15,5 @@
       output_folder: tomo_reconstruct_plots
       save_figs: 'only'
   - common.NexusWriter:
-      filename: output.nxs
+      filename: output.nex
       force_overwrite: true