Skip to content

Commit

Permalink
lowered the --minLen default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Aug 2, 2012
1 parent 58c2e31 commit ce7e1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hagfish_extract
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ parser.add_option('--max', dest='maxInsert',
help='max insert size to consider while creating the '+
'coverage plots')

parser.set_defaults(minLen='10000')
parser.set_defaults(minLen='1000')
parser.add_option('--minLen', dest='minLen',
help='Minimal sequence length - ignore sequence shorter than ' +
'this length')
Expand Down

0 comments on commit ce7e1ea

Please sign in to comment.