How to add path of cutadapt in trim_galore perl script?
1
0
Entering edit mode
4.3 years ago

Hi all. I want to use trim galore. I have installed both fastqc and cutadapt. When I run trimGalore, it gives me an error message stating that cutadapt is not installed although, I have installed it. I want to ask how to add the path of cutadapt in perl based trim_galore script to make it work?

next-gen • 1.8k views
ADD COMMENT
0
Entering edit mode
4.3 years ago
padwalmk ▴ 140

Hi, Just check the first installation location of the cutadapt and fastqc by which command. If it's a nonstandard location then either you can export path by putting these lines to the .bashrc

PATH=~/opt/bin:$PATH

replace /opt/bin with your path and put it in a ~/.bashrc

Another option is you can just copy cutadapt to the ~/local/bin or /usr/bin or /usr/local/bin, whatever you like.

ADD COMMENT
0
Entering edit mode

Thanks for your reply. I am still getting the same error. I am running my bash script on cluster may be cluster is an issue. Is there any alternative of trim-galore? What about Trimmomatic. Is it a good option?

ADD REPLY
0
Entering edit mode

I generally use, trimmomatic and its work perfect, just select trimming and window size according to the fastqc file.

ADD REPLY

Login before adding your answer.

Traffic: 2002 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