-
Notifications
You must be signed in to change notification settings - Fork 6
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
Splitrim returns 0 reads #18
Comments
UPDATE: This seems to be an issue with multiple parts. Firstly, the CAMI samples were interleaved (read1 and read2 in the same file) and GOTTCHA doesn't seem to like that. After deinterleaving samples, I could run GOTTCHA on 15 of my 20 samples. Interestingly, for 5 samples, I got the same error, splittrim returned 0 reads. Every time I received the same error message as in this issue: #5 I tried to run splittrim separately and each run resulted in the same message, except when I tried to modify the --minQ parameter. This resulted in the following error:
|
Hi!
I am trying to run GOTTCHA on a CAMI dataset (toy human microbiome) and I keep receiving the following error.
$gottcha_new/bin/gottcha.pl --threads 11 --outdir gottcha_new/sajat_teszt --input /media/deltagene/Microbiome/CAMI_data/gastrooral_dir/sunbeam_output/qc/00_samples/sample2_anonymous_reads.fq --database gottcha/database/GOTTCHA_BACTERIA_c4937_k24_u30_xHUMAN3x.species
[00:00:00] Starting GOTTCHA v1.0c
[00:00:00] Auto set database level to SPECIES.
[00:00:00] Number of threads: 11
[00:00:00] Checking running environment...
[00:00:00] Done. All required scripts and tools found.
[00:00:00] Split-trimming with parameters fixL=30, minQ=20, ascii=33.
[00:00:00] Split-trimming: /media/deltagene/Microbiome/CAMI_data/gastrooral_dir/sunbeam_output/qc/00_samples/sample2_anonymous_reads.fq...
[00:03:26] Done splitrimming /media/deltagene/Microbiome/CAMI_data/gastrooral_dir/sunbeam_output/qc/00_samples/sample2_anonymous_reads.fq.
[00:03:26] Done merging splitrim stats.
Mean Read Length: 150 0 (0.00 %)
[00:03:26] Mapping split-trimmed reads to GOTTCHA database and profiling...
# of Processed Reads: 33,332,582 0
# of Mapped Reads: 0 0 (genome)
# of Mapped Reads: 0 0 (plasmid only)
# of Unmapped Reads: 33,332,582 0
[00:05:22] Done profiling mapping results.
0 taxanomy(ies) found.
[00:05:22] No read mapped to species-level signatures. Please try again with upper-level databases.
Running the same command on different samples (not from CAMI) always results in at least some split trimmed reads. What could be the problem here?
Thanks,
Bertalan Takács
The text was updated successfully, but these errors were encountered: