Skip to content

Commit

Permalink
defaults fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RaverJay committed Apr 22, 2022
1 parent 3e84eb0 commit 9bca568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CholerAegon.nf
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ params.shortreads = false

params.do_all_assemblies = false

params.min_coverage_percent = 80.
params.min_identity_percent = 80.
params.min_coverage_percent = 80
params.min_identity_percent = 80


// channels
Expand Down

0 comments on commit 9bca568

Please sign in to comment.