Skip to content

Commit

Permalink
Merge pull request #1498 from davebx/unicycler_update
Browse files Browse the repository at this point in the history
Update unicycler wrapper to 0.4.1
  • Loading branch information
nsoranzo authored Sep 29, 2017
2 parents cd130fc + 6273f09 commit 1f08410
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/unicycler/unicycler.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<tool id="unicycler" name="Create assemblies with Unicycler" version="0.2.0">
<tool id="unicycler" name="Create assemblies with Unicycler" version="0.4.1">
<requirements>
<requirement type="package" version="0.3.0b">unicycler</requirement>
<requirement type="package" version="0.4.1">unicycler</requirement>
</requirements>
<command detect_errors="exit_code"><![CDATA[
Expand Down Expand Up @@ -178,6 +178,8 @@
--low_score $lr_align.low_score
#end if
## Miniasm requires racon, which is not available for python 3.x
--no_miniasm
]]></command>

Expand Down

0 comments on commit 1f08410

Please sign in to comment.