Mercurial > repos > muon-spectroscopy-computational-project > pm_nq
changeset 2:37a2a5686710 draft default tip
planemo upload for repository https://github.com/muon-spectroscopy-computational-project/muon-galaxy-tools/main/pm_nq commit 389608650050596b28bc0c055de9f98c513a6f65
author | muon-spectroscopy-computational-project |
---|---|
date | Fri, 26 Jul 2024 12:57:47 +0000 |
parents | f08b8c705e74 |
children | |
files | pm_nq.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/pm_nq.xml Tue Jul 18 13:26:57 2023 +0000 +++ b/pm_nq.xml Fri Jul 26 12:57:47 2024 +0000 @@ -2,7 +2,7 @@ <description>generate and average displaced structures</description> <macros> <!-- version of this tool wrapper (integer) --> - <token name="@WRAPPER_VERSION@">0</token> + <token name="@WRAPPER_VERSION@">1</token> <import>muon_macros.xml</import> </macros> <creator> @@ -161,13 +161,13 @@ <param type="hidden" name="testing" label="Test mode" value="false"/> </inputs> <outputs> - <data label="Displaced Structures" name="displaced_structures" format="zip" from_work_dir="out_zip.zip"> + <data label="Displaced Structures on ${on_string}" name="displaced_structures" format="zip" from_work_dir="out_zip.zip"> <filter>(task['task'] == 'write')</filter> </data> <data label="File tree (testing only)" name="file_tree" format="txt" from_work_dir="tree.txt" hidden="true"> <filter>(task['task'] == 'write' and testing == 'true')</filter> </data> - <data label="Averaged Property" name="averaged_property" format="txt" from_work_dir="averages.dat"> + <data label="Averaged Property on ${on_string}" name="averaged_property" format="txt" from_work_dir="averages.dat"> <filter>(task['task'] == 'read')</filter> </data> </outputs>