-
Notifications
You must be signed in to change notification settings - Fork 15
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
Annotation with MitFi fails (v1.4) #14
Comments
Hi Mareike, Thank you for your feedback. Could you please check if the file [SeqID]_mitfi/*.mitfi exists and if mitfi found some hits ? Thank you, |
Hi Rémi, I don't see a directory that is [SeqID]_mitfi. The following file exists but it is empty: Yes, I do have java installed. Let me know if I should try anything else! Best, |
Hi Mareike, Well, I don't know what happened, sorry about that! Just to be sure I have all the elements to think about it, could you please:
Thank you so much and sorry for the inconvenience... |
Hi Rémi, Sorry for the delay, I just saw your response. Yes, I downloaded MitoFinder with git clone and ran install.sh. The geneChecker_error.log file contains the following: ln: failed to create symbolic link './cmsearch': File exists When I run the java -jar line, I get the following error: MiTFi - mitochondrial tRNA finder v0.1 Maybe this has something to do with the first line of the geneChecker_error.log? I hope this helps! Best, |
Hello again! The problem seems to be solved! It was indeed an issue with java. I was sending the MitoFinder command out as jobs on our cluster and I didn't load the java module within the job scripts, because it's usually not necessary. I just tried it again with the java module loaded within the job script and it ran without issues! Sorry for not realizing that sooner. My fault! Best, |
Hi Mareike! Thank you for the update. Best, |
Hi Rémi, hi Frederic,
I thought it would be better to put this in a new issue. I downloaded version 1.4 and ran MitoFinder on the test_case files.
It looks like the annotation step fails, but I'm not sure why. I'm attaching the stdout file and the geneChecker.log.
The file geneChecker_error.log has the following message:
ln: failed to create symbolic link './cmsearch': File exists
Traceback (most recent call last):
File "/home/mcj43/software/MitoFinder/geneChecker_fasta.py", line 452, in
tRNAs = assemblyCheck.tRNAs
AttributeError: 'bool' object has no attribute 'tRNAs'
Let me know if you need anything else!
Best,
Mareike
geneChecker.log.txt
test_MitoFinder.out.txt
The text was updated successfully, but these errors were encountered: