Skip to content
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

Open
danbacastro opened this issue Aug 11, 2014 · 5 comments
Open

Warning during normalize-by-median #131

danbacastro opened this issue Aug 11, 2014 · 5 comments

Comments

@danbacastro
Copy link

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

@ctb
Copy link
Member

ctb commented Aug 11, 2014

Hi Daniel,

thanks for the e-mail! This should be fixed in versions more recent than
March - what version of khmer are you using?

thanks,
--titus

On Mon, Aug 11, 2014 at 01:06:52PM -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


Reply to this email directly or view it on GitHub:

#131

C. Titus Brown, ctb@msu.edu

@danbacastro
Copy link
Author

Hi Dr Titus,

I'm using khmer 0.6.1. The output looks right, should I be worried about it?

Thanks

@ctb
Copy link
Member

ctb commented Aug 11, 2014

On Mon, Aug 11, 2014 at 01:30:37PM -0700, danbacastro wrote:

I'm using khmer 0.6.1. The output looks right, should I be worried about it?

No, khmer 0.6.1 works mostly OK, but you should upgrade to khmer 1.1 when
you can! We've made a LOT of changes, all in the (hopefully) positive
direction.

best,

--titus

C. Titus Brown, ctb@msu.edu

@danbacastro
Copy link
Author

Thank you very much Titus,

I'll try to upgrade khmer.

Best Regards,

Daniel

@ctb
Copy link
Member

ctb commented Aug 12, 2014

Let us know how it goes -- should be mostly painless!

On Mon, Aug 11, 2014 at 01:33:49PM -0700, danbacastro wrote:

Thank you very much Titus,

I'll try to upgrade khmer.

Best Regards,

Daniel


Reply to this email directly or view it on GitHub:

#131 (comment)

C. Titus Brown, ctb@msu.edu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants