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

Changeset 5:e30bc6da7a36 (2024-09-08)
Previous changeset 4:d10620e4b88a (2024-09-08) Next changeset 6:319b8aac032d (2025-02-08)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 04a067550f7d61ca8ff489e3de64efd0da3abcf1
modified:
cami_amber.xml
macros.xml
b
diff -r d10620e4b88a -r e30bc6da7a36 cami_amber.xml
--- a/cami_amber.xml Sun Sep 08 14:08:32 2024 +0000
+++ b/cami_amber.xml Sun Sep 08 14:37:28 2024 +0000
b
@@ -24,7 +24,7 @@
         #end if
 
         #for $i, $file in enumerate($input_files):
-            ln -s '$file.binning_files' './inputs/$file.binning_files.element_identifier' &&
+            ln -s '$file.binning_files' './inputs/${i}.tsv' &&
             #if $file.labels:
                 $label.append($file.labels)
             #end if 
@@ -98,7 +98,7 @@
         #end if
         -o output
         #for $i, $bin in enumerate($input_files):
-            'inputs/$bin.binning_files.element_identifier'
+            'inputs/${i}.tsv'
         #end for
 
         &&
b
diff -r d10620e4b88a -r e30bc6da7a36 macros.xml
--- a/macros.xml Sun Sep 08 14:08:32 2024 +0000
+++ b/macros.xml Sun Sep 08 14:37:28 2024 +0000
b
@@ -5,7 +5,7 @@
             <yield/>
         </requirements>
     </xml>
-    <token name="@TOOL_VERSION@">2.0.6</token>
+    <token name="@TOOL_VERSION@">2.0.7</token>
     <token name="@VERSION_SUFFIX@">0</token>
     <token name="@PROFILE@">21.05</token>
     <xml name="citations">
@@ -14,4 +14,4 @@
             <yield/>
         </citations>
     </xml>
-</macros>
\ No newline at end of file
+</macros>