# HG changeset patch # User iuc # Date 1725806188 0 # Node ID e166d7bc8fb57c09f31e057b0bcd4421f82e3595 # Parent a1e873ec09daf565d58d8e479c60d2d9e24aed17 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 04a067550f7d61ca8ff489e3de64efd0da3abcf1 diff -r a1e873ec09da -r e166d7bc8fb5 cami_amber.xml --- a/cami_amber.xml Sun Sep 08 14:07:28 2024 +0000 +++ b/cami_amber.xml Sun Sep 08 14:36:28 2024 +0000 @@ -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 && diff -r a1e873ec09da -r e166d7bc8fb5 macros.xml --- a/macros.xml Sun Sep 08 14:07:28 2024 +0000 +++ b/macros.xml Sun Sep 08 14:36:28 2024 +0000 @@ -5,7 +5,7 @@ - 2.0.6 + 2.0.7 0 21.05 @@ -14,4 +14,4 @@ - \ No newline at end of file +