Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
change -N from 5000000 to 1000000 in readme.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
Haifeng Chen committed Nov 5, 2015
1 parent f7ac732 commit e9bdb48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ paired-end reads
| -2 | -reads2 | String | NULL | list of paired-end read _2 files (.fastq or .fq) |
| -o | -output | String | NULL | output file name (.sam or .mr) |
| -m | -mismatch | Integer | 6 | maximum allowed mismatches |
| -N | -number | Integer | 5000000 | number of reads to map in one loop |
| -N | -number | Integer | 1000000 | number of reads to map in one loop |
| -a | -ambiguous | Boolean | false | randomly output one mapped position for ambiguous reads |
| -u | -unmapped | Boolean | false | output unmapped reads |
| -C | -clip | String | empty | clip the specified adaptor |
Expand Down
10 changes: 0 additions & 10 deletions Reports.md

This file was deleted.

0 comments on commit e9bdb48

Please sign in to comment.