Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ for more details, or run `pirs simulate -h' or `pirs diploid -h'.
several parameters, it is very difficult to determine exactly
what needs to be done to make the error rate be a given
value. We try to adjust the probabilities of getting each
quality score in order to accomodate the user-supplied error
quality score in order to accommodate the user-supplied error
rate. However, depending on your input sequences, the actual
error rate simulated by pIRS could be off by 20% or more.
Please check the informational output to see the final error
Expand Down
2 changes: 1 addition & 1 deletion src/pirs/pirs_simulate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ static void pirs_simulate_usage()
" several parameters, it is very difficult to determine exactly\n"
" what needs to be done to make the error rate be a given\n"
" value. We try to adjust the probabilities of getting each\n"
" quality score in order to accomodate the user-supplied error\n"
" quality score in order to accommodate the user-supplied error\n"
" rate. However, depending on your input sequences, the actual\n"
" error rate simulated by pIRS could be off by 20% or more.\n"
" Please check the informational output to see the final error\n"
Expand Down