Skip to content

Commit

Permalink
Merge pull request #6305 from SantaMcCloud/cami_amber_update
Browse files Browse the repository at this point in the history
Update wrapper
  • Loading branch information
bgruening authored Sep 8, 2024
2 parents 16701bf + cdc4a23 commit 04a0675
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tools/cami_amber/cami_amber.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
&&
Expand Down
4 changes: 2 additions & 2 deletions tools/cami_amber/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand All @@ -14,4 +14,4 @@
<yield/>
</citations>
</xml>
</macros>
</macros>

0 comments on commit 04a0675

Please sign in to comment.