My RepeatModeler run ended abruptly with this entry in the run.out file
Processing RECON family: 1234
- Saving elements to a file...
FastaDB::getSubstr - Error index out of bounds! (SeqID=gi|95483, offset=1, length=142 actualSeqLen=141)
at /usr/local/RepeatModeler/RepeatModeler line 1523
RepeatModeler was on round 5, and was doing just fine processing RECON families until it got this this set. Has anyone found a solution to this error?
I'm using RepeatModeler 1.0.5 with RMBlast. The only changes I have made to the program are as described here http://seqanswers.com/forums/showthread.php?t=24159, but those did not affect line 1523 or anything in the my $sequence = $batchDB->getSubstr( $seqName, $startOffset, $length ); command at that line, I think.
The RepeatMasker website has a patch for a similar error (FastaDB::substr - Error index out of bounds! at RepeatMasker line 4969), but it is for RepeatMasker's CrossmatchSearchEngine.pm module for Crossmatch. Can this patch also fix my RepeatModeler problem?
Processing RECON family: 1234
- Saving elements to a file...
FastaDB::getSubstr - Error index out of bounds! (SeqID=gi|95483, offset=1, length=142 actualSeqLen=141)
at /usr/local/RepeatModeler/RepeatModeler line 1523
RepeatModeler was on round 5, and was doing just fine processing RECON families until it got this this set. Has anyone found a solution to this error?
I'm using RepeatModeler 1.0.5 with RMBlast. The only changes I have made to the program are as described here http://seqanswers.com/forums/showthread.php?t=24159, but those did not affect line 1523 or anything in the my $sequence = $batchDB->getSubstr( $seqName, $startOffset, $length ); command at that line, I think.
The RepeatMasker website has a patch for a similar error (FastaDB::substr - Error index out of bounds! at RepeatMasker line 4969), but it is for RepeatMasker's CrossmatchSearchEngine.pm module for Crossmatch. Can this patch also fix my RepeatModeler problem?
Comment