-
Notifications
You must be signed in to change notification settings - Fork 86
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
Funannotate Installation : How to configure funannotate app find the Trimmomatic program? #1061
Comments
You need the program What does this report in your environment? |
@hyphaltip trimmomatic is a java jar, trimmomatic-0.39.jar, at this moment it is in the PATH but it cannot be found, what should the java jar be like so that funannotate can find it? I don't have a trimmomatic binary file |
@hyphaltip I made a bash script with the following code: $ cat trimmomatic /data2TB/apps/jdk-22.0.2/bin/java -jar /data2TB/apps/Trimmomatic-0.39/trimmomatic-0.39.jar and then $chmod a+x to the trimmomatic bash script but it doesn't work Is there any trimmomatic binary program? |
I believe the funannotate check is assuming the conda installed version -
This is the build script for the trimmomatic conda which takes that python script and renames it as an executable script See |
This may be annoying as it assumes a conda installed trimmomatic but I think it was a way to ensure some uniformity in how java would be called? |
Are you using the latest release?
Yes , I am using the latest funannotate version.
Describe the bug
funanotate does not find trimmomatic when running the funannotate check command, how can I configure or tell funanotate where trimmomatic is located?
What command did you issue?
funannotate check --show-versions
Logfiles
ERROR: trimmomatic not installed
OS/Install Information
funannotate check --show-versions
The text was updated successfully, but these errors were encountered: