Mercurial > repos > iuc > cami_amber
diff cami_amber.xml @ 5:e30bc6da7a36 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amber/ commit 04a067550f7d61ca8ff489e3de64efd0da3abcf1
author | iuc |
---|---|
date | Sun, 08 Sep 2024 14:37:28 +0000 |
parents | 6c71acde9d52 |
children |
line wrap: on
line diff
--- a/cami_amber.xml Sun Sep 08 14:08:32 2024 +0000 +++ b/cami_amber.xml Sun Sep 08 14:37: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 &&