-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Dear Developers,
Have encounter a couple of errors on the DM_assembly pipeline I havent been able to deal with:
1)MIRA: So seems to be that MIRA doesnt like to assemble high coverage reads (which is intended in our research). This is the following log on the ERROR.txt:
- High average coverage detected, see output log above respectively the *
- 'WARNING' files in the info directory for more information. In case you wish *
- to force MIRA to disregard this safety check, consider using '-NW:cac=warn' *
- or '-NW:cac=no'
the output log says
"MIRA warncode: ASCOV_VERY_HIGH
Title: Very high average coverage
You are running a genome de-novo assembly and the current best estimation for
average coverage is 233x (note that this number can be +/- 20% off the real
value). This is a pretty high coverage,higher than the current warning threshold
of 80x."
So the question is: How can I, through DOMINO implement those MIRA commands in order to override those warning? Or following MIRA advice, theres any "correct" way to downsize my reads?
2)SPAdes (more speciffically DOMINOs implemented SPADES): So given that I cant work with MIRA, Ive tried the SPAdes route, however Im getting this error message
"Can't use string ("sarcCTAB") as a HASH ref while "strict refs" in use at /home/civanovich/DOMINO/bin/lib/DOMINO.pm line 399, line 16."
Which is odd given that Im using the files created on the DM_clean.pm step. Odder is that if I run my own SPAdes, I have no issue at all! This happens even after running fastq_pair on the DM_clean output files (thinking maybe there was some reads mismatch or something).
Thanks.
Cristóbal I.