-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning during normalize-by-median #131
Comments
Hi Daniel, thanks for the e-mail! This should be fixed in versions more recent than thanks, On Mon, Aug 11, 2014 at 01:06:52PM -0700, danbacastro wrote:
|
Hi Dr Titus, I'm using khmer 0.6.1. The output looks right, should I be worried about it? Thanks |
On Mon, Aug 11, 2014 at 01:30:37PM -0700, danbacastro wrote:
No, khmer 0.6.1 works mostly OK, but you should upgrade to khmer 1.1 when best, --titusC. Titus Brown, ctb@msu.edu |
Thank you very much Titus, I'll try to upgrade khmer. Best Regards, Daniel |
Let us know how it goes -- should be mostly painless! On Mon, Aug 11, 2014 at 01:33:49PM -0700, danbacastro wrote:
|
Hello everybody,
I'm getting the following message during the normalize-by-median of my unpaired sequences:
** WARNING: hashsize is default! You absodefly want to increase this!
** Please read the docs!
My commands are listed below:
interleave-reads.py -o "metagen1.trimmed.interleaved.fastq metagen1.trimmed_R1.fastq / metagen1.trimmed_R2.fastq;
normalize-by-median.py -p -k 20 -C 20 -N 4 -x 10e9 -s normC20k20.kh *.interleaved.fastq;
normalize-by-median.py -C 20 -l normC20k20.kh -s normC20k20.kh *unpaired.fastq;
The first normalize-by-median runs without any warning, but the second displays that. The output looks right, should I be worried about it?
Thank you in advance,
Daniel
The text was updated successfully, but these errors were encountered: