Skip to content

Commit

Permalink
Changed componentsearch default filtering params
Browse files Browse the repository at this point in the history
  • Loading branch information
ppericard committed Nov 2, 2016
1 parent bcbb81b commit 0953586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/matam_assembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,15 +302,15 @@ def parse_arguments():
action = 'store',
metavar = 'INT',
type = int,
default = 2,
default = 1,
help = 'Minimum number of read to keep a node. '
'Default is %(default)s')
# -E / --min_overlap_edge
group_gcomp.add_argument('-E', '--min_overlap_edge',
action = 'store',
metavar = 'INT',
type = int,
default = 10,
default = 1,
help = 'Minimum number of overlap to keep an edge. '
'Default is %(default)s')

Expand Down

0 comments on commit 0953586

Please sign in to comment.