Skip to content

Commit

Permalink
Decrease Racon polish rounds
Browse files Browse the repository at this point in the history
  • Loading branch information
rrwick committed Aug 16, 2019
1 parent aa6e4ba commit 5054256
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions unicycler/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
CONTIG_READ_QSCORE = 40

# This is the maximum number of times an assembly will be Racon polished
RACON_POLISH_LOOP_COUNT_HYBRID = 5
RACON_POLISH_LOOP_COUNT_LONG_ONLY = 10
RACON_POLISH_LOOP_COUNT_HYBRID = 2
RACON_POLISH_LOOP_COUNT_LONG_ONLY = 4


# This is the number of times assembly graph contigs are included in the Racon polish reads. E.g.
Expand Down
2 changes: 1 addition & 1 deletion unicycler/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
not, see <http://www.gnu.org/licenses/>.
"""

__version__ = '0.4.8-beta'
__version__ = '0.4.8'

0 comments on commit 5054256

Please sign in to comment.