-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels