Skip to content

Commit

Permalink
fix flye dir tests format
Browse files Browse the repository at this point in the history
  • Loading branch information
gbouras13 committed Oct 22, 2023
1 parent 185c668 commit 5aaafa6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/plassembler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ def long(
if pacbio_model != "nothing":
pacbio_model = validate_pacbio_model(pacbio_model)

# check error rate
# check error rate

try:
float(corrected_error_rate) > 0
Expand Down Expand Up @@ -1343,7 +1343,6 @@ def long(
canu_nano_or_pacbio = "nanopore"
# corrected error rate default will be 0.12


if canu_flag is True:
assembler = "canu"
logger.info("Running canu to recover plasmids.")
Expand Down

0 comments on commit 5aaafa6

Please sign in to comment.