-
Notifications
You must be signed in to change notification settings - Fork 5
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
islander.pl -> cannot open file `rfind.gff' #3
Comments
Attached is what directories should look like after a successful run: |
Those error messages are bad, meaning none/little of the tRNA/tmRNA-finding is working; Islander would then be unable to produce any results. |
Thanks for providing an output example. I've been still fighting with getting all dependencies to work. Here are the latest issues I hit with Error 1
which does seem to be an issue in the script because line 22 in
I think there are Error 2
something is specifically calling a global installation of cmsearch, I thought that it was maybe hardcoded somewhere accidentally but the only script in TIGER where I can find it is
and I don't see why it would explicitly call
is Error 3I'm also getting some errors with Prokka (1.13) which I don't think are related to TIGER:
it's probably some BioPerl conundrum... also it asks for singalp, but signalp is there:
I think I'll try upgrading Prokka to the newest version and hopefully some of these errors will be solved then. But please do comment on the 1st and 2nd error I mentioned here. Thanks! |
Interesting development of events. After upgrading Prokka, the Prokka issues are gone and I'm getting a little bit more output from The issue with cmsearch still persists even though I have cmsearch in a conda environment and locally outside of it. which is funny because there is even a global cmsearch installation although an older version:
but the correct versions are all exported to the path before the global one:
or in conda:
also this time the islander.log was 36 MB big because it includes an actual output from cmsearch and hmmsearch. Here is the entire output if you want to check it out: I'm not sure what to try and change anymore :/ |
I'm getting several errors when running the first step with
islander.pl
on thetestdata
and I'm not sure if it's normal because there's also a lot of "completed successfully".Notable ones:
please see full islander.log in attachment. It finishes with:
so not sure if this is ok or not.
I installed all dependencies with conda to match your exact versions:
The only difference is tRNAscan-SE which can only be 2.0-1 or 2.0.3, because 2.0.2 is not available.
Thanks,
Leon
The text was updated successfully, but these errors were encountered: