Hi,
I am a student in bioinformatics and as part of my memory I work on metagenomics.
however, I ran the pear command:
"pear -f 3704_R1.fastq -r 3704_R2.fastq -o ~/Meta/3704Pear"
Forward reads file.................: 3704_R1.fastq
Reverse reads file.................: 3704_R2.fastq
PHRED..............................: 33
Using empirical frequencies........: YES
Statistical method.................: OES
Maximum assembly length............: 999999
Minimum assembly length............: 50
p-value............................: 0.010000
Quality score threshold (trimming).: 0
Minimum read size after trimming...: 1
Maximal ratio of uncalled bases....: 1.000000
Minimum overlap....................: 10
Scoring method.....................: Scaled score
Threads............................: 1
Allocating memory..................: 200,000,000 bytes
Computing empirical frequencies....: DONE
A: 0.259712
C: 0.240956
G: 0.240444
T: 0.258888
332000 uncalled bases
And here are the results he generated:
Assemblying reads: 100%
Assembled reads ...................: 14,617,310 / 94,044,602 (15.543%)
Discarded reads ...................: 830 / 94,044,602 (0.001%)
Not assembled reads ...............: 79,426,462 / 94,044,602 (84.456%)
Assembled reads file...............: /home/dolo/Meta/3704Pear.assembled.fastq
Discarded reads file...............: /home/dolo/Meta/3704Pear.discarded.fastq
Unassembled forward reads file.....: /home/dolo/Meta/3704Pear.unassembled.forward.fastq
Unassembled reverse reads file.....: /home/dolo/Meta/3704Pear.unassembled.reverse.fastq
My question is: is the result of the readings assembled acceptable?
Best regards!