diff --git a/tools/cami_amber/cami_amber.xml b/tools/cami_amber/cami_amber.xml index 42b8de4fa43..a9835a640d9 100644 --- a/tools/cami_amber/cami_amber.xml +++ b/tools/cami_amber/cami_amber.xml @@ -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 --git a/tools/cami_amber/macros.xml b/tools/cami_amber/macros.xml index 20f791227da..41a767948c5 100644 --- a/tools/cami_amber/macros.xml +++ b/tools/cami_amber/macros.xml @@ -5,7 +5,7 @@ - 2.0.6 + 2.0.7 0 21.05 @@ -14,4 +14,4 @@ - \ No newline at end of file +