Trimmomatics_ loading module error
1
0
Entering edit mode
4.6 years ago

Hi I have downloaded trimmomatic version 0.39. I am trying to use it using module load trimmomatic. The problem is each time I get an error message: Unable to locate a modulefile for 'Trimmomatic-0.39/' This software is a Java executable .jar file; thus, it is not possible to add to the PATH environment variable. How to fix this issue. I am using it on hpc cluster.

Trimmomatic-0.39 • 1.3k views
ADD COMMENT
1
Entering edit mode
4.6 years ago

As far as I can see you have two options:

1) use your local install: install the jar files somewhere in one of your folders (/home ? ) and then call it directly with something like the following java -jar <trimmomatic jar file > , which should include the path to the jar file and the jar file name. While I'm al pro those module systems you don't have to use them, you can still install and use locally installed tools

2) assuming you are not an admin on the HPC you are using: send a request to the admins to have trimmomatic installed and added to the module system (these are things a 'normal' user is not allowed to do so you have to ask for admin help here)

ADD COMMENT

Login before adding your answer.

Traffic: 2575 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6