Repository 'dimet_isotopologues_plot'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/dimet_isotopologues_plot

Changeset 6:a7d1d77e7cc3 (2024-06-21)
Previous changeset 5:89ca62980a2e (2024-05-21)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
modified:
dimet_isotopologues_plot.xml
macros.xml
b
diff -r 89ca62980a2e -r a7d1d77e7cc3 dimet_isotopologues_plot.xml
--- a/dimet_isotopologues_plot.xml Tue May 21 13:41:17 2024 +0000
+++ b/dimet_isotopologues_plot.xml Fri Jun 21 18:54:57 2024 +0000
b
@@ -14,8 +14,7 @@
     @INIT_PLOT_CONDITIONS@
     @INIT_TIMEPOINTS@
     HYDRA_FULL_ERROR=1 python -m dimet
-        -cp '$__new_file_path__/config'
-        '++hydra.run.dir=isotopologue_proportions_plot'
+        '++hydra.run.dir=.'
         '++figure_path=figures'
         '++table_path=tables'
         '++analysis={
@@ -254,4 +253,4 @@
  ]]>
     </help>
     <expand macro="citations"/>
-</tool>
\ No newline at end of file
+</tool>
b
diff -r 89ca62980a2e -r a7d1d77e7cc3 macros.xml
--- a/macros.xml Tue May 21 13:41:17 2024 +0000
+++ b/macros.xml Fri Jun 21 18:54:57 2024 +0000
[
@@ -1,6 +1,6 @@
 <macros>
     <token name="@TOOL_VERSION@">0.2.4</token>
-    <token name="@VERSION_SUFFIX@">2</token>
+    <token name="@VERSION_SUFFIX@">3</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">dimet</requirement>
@@ -598,16 +598,15 @@
 
     ]]></token>
     <token name="@INIT_CONFIG@"><![CDATA[
-    mkdir -p '$__new_file_path__/config' &&
-    touch '$__new_file_path__/config/config.yaml' &&
+    mkdir -p 'config' &&
+    touch 'config/config.yaml' &&
     ]]></token>
     <token name="@REMOVE_CONFIG@"><![CDATA[
-    && rm -r '$__new_file_path__/config'
+    && rm -r 'config'
     ]]></token>
     <token name="@INIT_ABUNDANCE_PLOT@"><![CDATA[
 
     mkdir -p data &&
-
     #if $metadata_path:
         ln -s '$metadata_path' data/metadata.csv &&
     #end if