**I had a crash with the error eledef failed. Exit code 256 **
A concise description of the bug, including any error messages.
eledef failed. Exit code 256
Reproduction steps
Can also do this:
eledef seqnames msps.out single
which gives:
Can not open the fragment list file, exiting.
However if I run it the old way:
mkdir -p images summary
imagespread seqnames msps.out
sort -T . -k 3,3 -k 4n,4n -k 5nr,5nr images/spread1 > images/images_sorted
mkdir -p ele_def_res
eledef seqnames msps.out single
After looking at the code it seems there is a runRECON and a runRECONOLD, but the last is not called.
I think it just needs to check the Recon version so if someone has the old one it works OK. RECON seems to be in the process of being updated and I don't think the new version has hit bioconda yet
I changed the line: (in the RepeatModeler perl script)
# Run recon
unless ( -f "$roundTmpDir/summary/eles" ) {
runRECON( workDir => $roundTmpDir,
reconPath => $RECON_DIR );
}
to :
# Run recon
unless ( -f "$roundTmpDir/summary/eles" ) {
runRECONOLD( workDir => $roundTmpDir,
reconPath => $RECON_DIR );
}
For me - so I am fine with the hack. -
Log output
sorry - I forgot and deleted it :(
Here is a snippet I kept -- it is at the end of round 1:
99% completed, 00:0:00 (hh:mm:ss) est. time remaining.
99% completed, 00:0:00 (hh:mm:ss) est. time remaining.
100% completed, 00:0:00 (hh:mm:ss) est. time remaining.
Comparison Time: 01:06:56 (hh:mm:ss) Elapsed Time, 3597 HSPs Collected
- RECON: Running initial definition of elements ( eledef )..
eledef failed. Exit code 256
Environment (please include as much of the following information as you can find out):
Conda env on hpc at UC Davis
-
How did you install RepeatModeler? e.g. manual installation from repeatmasker.org, bioconda, the Dfam TE Tools container, or as part of another bioinformatics tool?
-
I installed using the Bioconda earlGrey env
-
Which version of RepeatModeler do you have? The output of RepeatModeler without any options will be a help page with the version of the program displayed at the top.
-
RepeatModeler version: 2.0.8 RECON version: 1.08
-
Which version of RepeatMasker is this RepeatModeler installation using? Have you installed RepBase RepeatMasker Edition for RepeatMasker, or the full Dfam database?
-
Operating system and version. The output of uname -a and lsb_release -a can be used to find this.
Additional context
I never submitted a big report before - so please tell me if this is useful, or if you need more info , or if this is just annoying and I shouldn't.
**I had a crash with the error eledef failed. Exit code 256 **
A concise description of the bug, including any error messages.
eledef failed. Exit code 256
Reproduction steps
Can also do this:
eledef seqnames msps.out single
which gives:
Can not open the fragment list file, exiting.
However if I run it the old way:
mkdir -p images summary
imagespread seqnames msps.out
sort -T . -k 3,3 -k 4n,4n -k 5nr,5nr images/spread1 > images/images_sorted
mkdir -p ele_def_res
eledef seqnames msps.out single
After looking at the code it seems there is a runRECON and a runRECONOLD, but the last is not called.
I think it just needs to check the Recon version so if someone has the old one it works OK. RECON seems to be in the process of being updated and I don't think the new version has hit bioconda yet
I changed the line: (in the RepeatModeler perl script)
# Run recon
unless ( -f "$roundTmpDir/summary/eles" ) {
runRECON( workDir => $roundTmpDir,
reconPath => $RECON_DIR );
}
to :
# Run recon
unless ( -f "$roundTmpDir/summary/eles" ) {
runRECONOLD( workDir => $roundTmpDir,
reconPath => $RECON_DIR );
}
For me - so I am fine with the hack. -
Log output
sorry - I forgot and deleted it :(
Here is a snippet I kept -- it is at the end of round 1:
99% completed, 00:0:00 (hh:mm:ss) est. time remaining.
99% completed, 00:0:00 (hh:mm:ss) est. time remaining.
100% completed, 00:0:00 (hh:mm:ss) est. time remaining.
Comparison Time: 01:06:56 (hh:mm:ss) Elapsed Time, 3597 HSPs Collected
eledef failed. Exit code 256
Environment (please include as much of the following information as you can find out):
Conda env on hpc at UC Davis
How did you install RepeatModeler? e.g. manual installation from repeatmasker.org, bioconda, the Dfam TE Tools container, or as part of another bioinformatics tool?
I installed using the Bioconda earlGrey env
Which version of RepeatModeler do you have? The output of
RepeatModelerwithout any options will be a help page with the version of the program displayed at the top.RepeatModeler version: 2.0.8 RECON version: 1.08
Which version of RepeatMasker is this RepeatModeler installation using? Have you installed RepBase RepeatMasker Edition for RepeatMasker, or the full Dfam database?
Operating system and version. The output of
uname -aandlsb_release -acan be used to find this.Additional context
I never submitted a big report before - so please tell me if this is useful, or if you need more info , or if this is just annoying and I shouldn't.