-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error in matam_assembly on Docker when running example file #63
Comments
Hi @rachelleLim, Sorry for the poor error message. The error you encountered arise because the SSU rRNA reference database is missing. DBDIR=/matam/db
# retrieve & index the database
index_default_ssu_rrna_db.py -d $DBDIR --max_memory 10000
# run MATAM on the default db
matam_assembly.py -d $DBDIR/SILVA_128_SSURef_NR95 -i examples/16sp_simulated_dataset/16sp.art_HS25_pe_100bp_50x.fq --cpu 4 --max_memory 10000 -v Thank you for your interest. |
Dang, that makes sense haha!! Thank you so much for the quick response and clarification!! :D |
Hi Loic, 2018-07-11 16:21:56,408 - INFO - -- Completed default SSU rRNA DB indexing -- However I've now run into a second error running the example dataset ( The command indexed doesn't seem to exist.....any insights? Sorry for the hassle, I really appreciate your prompt responses! |
Hi @rachelleLim, Currently, I’m not able to reproduce your error as no error shows up for me. At the end of this step, the following files must be present in your root@cbe763ba4bfd:/matam# ls -ot $DBDIR
total 8748548
-rw-r--r-- 1 root 24072998 Jul 12 11:06 SILVA_128_SSURef_NR95.complete.fasta.fai
-rw-r--r-- 1 root 1808652 Jul 12 10:02 SILVA_128_SSURef_NR95.clustered.stats
-rw-r--r-- 1 root 936894096 Jul 12 10:02 SILVA_128_SSURef_NR95.clustered.pos_0.dat
-rw-r--r-- 1 root 432201520 Jul 12 10:02 SILVA_128_SSURef_NR95.clustered.bursttrie_0.dat
-rw-r--r-- 1 root 1048576 Jul 12 10:02 SILVA_128_SSURef_NR95.clustered.kmer_0.dat
-rw-r--r-- 1 root 15120477 Jul 12 09:51 SILVA_128_SSURef_NR95.complete.stats
-rw-r--r-- 1 root 5295589644 Jul 12 09:50 SILVA_128_SSURef_NR95.complete.pos_0.dat
-rw-r--r-- 1 root 895089300 Jul 12 09:48 SILVA_128_SSURef_NR95.complete.bursttrie_0.dat
-rw-r--r-- 1 root 1048576 Jul 12 09:48 SILVA_128_SSURef_NR95.complete.kmer_0.dat
-rw-r--r-- 1 root 140567671 Jan 18 2017 SILVA_128_SSURef_NR95.tar.bz2
-rw-r--r-- 1 1000 79032798 Jan 18 2017 SILVA_128_SSURef_NR95.complete.taxo.tab
-rw-r--r-- 1 1000 1019378193 Jan 18 2017 SILVA_128_SSURef_NR95.complete.fasta
-rw-r--r-- 1 1000 116607096 Jan 18 2017 SILVA_128_SSURef_NR95.clustered.fasta |
I always get this error whenever I do matam assembly.py |
Hi,
Thanks so much for this program, it seems really cool! :)
My working computer is a Mac, so I've been using Docker to run matam. I use an interactive session of matam as follows (docker run -it bonsaiteam/matam) and then run the following code:
matam_assembly.py -i examples/16sp_simulated_dataset/16sp.art_HS25_pe_100bp_50x.fq
I then get the following error:
INFO - === MATAM assembly ===
INFO - CMD: /matam/scripts/matam_assembly.py --cpu 1 --max_memory 10000 --best 10 --evalue 1.00e-05 --score_threshold 0.90 --coverage_threshold 0 --min_identity 1.00 --min_overlap_length 50 --min_read_node 1 --min_overlap_edge 1 --quorum 0.51 --read_correction auto --contig_coverage_threshold 20 --min_scaffold_length 500 --out_dir /matam/matam_assembly --ref_db /matam/db/SILVA_128_SSURef_NR95 --input_fastx /matam/examples/16sp_simulated_dataset/16sp.art_HS25_pe_100bp_50x.fq
INFO - === Input ===
INFO - Input file: /matam/examples/16sp_simulated_dataset/16sp.art_HS25_pe_100bp_50x.fq
INFO - Input file reads nb: 11650 reads
INFO - === Reads mapping against ref db ===
CRITICAL - The last command returns a non-zero return code: 1
Non-zero return code
Would it be possible to get a fix on this? We have no linux computers in my lab and this seems really useful!
Thank you!
Additional info:
Docker version:
Docker version 18.03.1-ce, build 9ee9f40
Matam Image:
bonsaiteam/matam latest 75143b82cd20 5 months ago 4.02GB
The text was updated successfully, but these errors were encountered: