You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi thackl ,
Sorry to bother, but I have several problem about the proovread usage.
Q1. I have read the intro to prooread, in the short read section it says "The recommended coverage for short reads data is around 30-50X and should be specified with --coverage. " , How can I figure the coverage of my short reads? I have used the "normalize-by-median.py" in khmer package to normalize the short reads, or does the coverage is the same with the --cutoff (when the median k-mer coverage level above is above this numer the read is not kept.) in the normalize-by-median.py ?
Q2. My long reads is the quivered result after ICE, So the Long reads is all full length isoform sequence. So I am confused is there any method to get the corrected reads with only Chimera trimmed but not low quality bases trimmed?
Q3. I have used the normalized short reads to correct my long consencus reads after ICE/Quiver, the command I used is : ./proovread -l ./LR/data/split.001.fq -s ./SR/normalize/interleaved.fastq --prefix ./LR/result/split.001 --threads 6 --coverage=50 --overwrite --no-sampling
here is the statistics,
[Wed Aug 24 17:51:32 2016] Running mode: sr
[Wed Aug 24 17:51:49 2016] Running task bwa-sr-1
[Wed Aug 24 18:44:18 2016] Masked : 61.6%
[Wed Aug 24 18:44:18 2016] Running task bwa-sr-2
[Wed Aug 24 19:35:54 2016] Masked : 69.0%
[Wed Aug 24 19:35:54 2016] Running task bwa-sr-3
[Wed Aug 24 20:17:53 2016] Masked : 71.6%
[Wed Aug 24 20:17:53 2016] Running task bwa-sr-finish
[Wed Aug 24 20:27:13 2016] Masked : 60.7%
Does this mean that my short reads is not enough?
Thanks a lot for your help!
The text was updated successfully, but these errors were encountered:
Q1. If I understand correctly, you are working with RNA-seq reads, not genomic data? In that case the best way is to run proovread with --no-sampling, and make no assumptions about coverage.
Hi thackl ,
Sorry to bother, but I have several problem about the proovread usage.
Q1. I have read the intro to prooread, in the short read section it says "The recommended coverage for short reads data is around 30-50X and should be specified with --coverage. " , How can I figure the coverage of my short reads? I have used the "normalize-by-median.py" in khmer package to normalize the short reads, or does the coverage is the same with the --cutoff (when the median k-mer coverage level above is above this numer the read is not kept.) in the normalize-by-median.py ?
Q2. My long reads is the quivered result after ICE, So the Long reads is all full length isoform sequence. So I am confused is there any method to get the corrected reads with only Chimera trimmed but not low quality bases trimmed?
Q3. I have used the normalized short reads to correct my long consencus reads after ICE/Quiver, the command I used is : ./proovread -l ./LR/data/split.001.fq -s ./SR/normalize/interleaved.fastq --prefix ./LR/result/split.001 --threads 6 --coverage=50 --overwrite --no-sampling
here is the statistics,
[Wed Aug 24 17:51:32 2016] Running mode: sr
[Wed Aug 24 17:51:49 2016] Running task bwa-sr-1
[Wed Aug 24 18:44:18 2016] Masked : 61.6%
[Wed Aug 24 18:44:18 2016] Running task bwa-sr-2
[Wed Aug 24 19:35:54 2016] Masked : 69.0%
[Wed Aug 24 19:35:54 2016] Running task bwa-sr-3
[Wed Aug 24 20:17:53 2016] Masked : 71.6%
[Wed Aug 24 20:17:53 2016] Running task bwa-sr-finish
[Wed Aug 24 20:27:13 2016] Masked : 60.7%
Does this mean that my short reads is not enough?
Thanks a lot for your help!
The text was updated successfully, but these errors were encountered: