Skip to content

Commit

Permalink
update flye
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Mar 2, 2024
1 parent 70980e3 commit 0245f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/flye/flye.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#elif $input.is_of_type('fasta'):
#set $ext = 'fasta'
#end if
ln -s '$input' ./input_${counter}.${ext} &&
ln -sf '$input' ./input_${counter}.${ext} &&
#end for
flye
$mode_conditional.mode
Expand Down
2 changes: 1 addition & 1 deletion tools/flye/macros.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<macros>
<token name="@TOOL_VERSION@">2.9.1</token>
<token name="@TOOL_VERSION@">2.9.3</token>
<token name="@SUFFIX_VERSION@">0</token>
<xml name="requirements">
<requirements>
Expand Down

0 comments on commit 0245f65

Please sign in to comment.