TRIMMOMATIC ERROR ON WINDOWS/CYGWIN
1
0
Entering edit mode
18 months ago
Beyza • 0

Hi everyone, I am trying to install Trimmomatic and use it to RNA-seq in my Windows computer. But unfortunately, there is an error that I can't fix. Could you please help me ? Thanksenter image description here

windows cygwin trimmomatic • 597 views
ADD COMMENT
0
Entering edit mode

Please consider this answer before you spend a lot of time with cygwin : Install trimmomatic on windows computer?

You should consider using Windows subsystem for Linux instead, if you are using Windows 10 or 11.

ADD REPLY
0
Entering edit mode
18 months ago

minimal command line for trimmomatic needs output for paired and unpaired fastsq: http://www.usadellab.org/cms/uploads/supplementary/Trimmomatic/TrimmomaticManual_V0.32.pdf

java -jar trimmomatic-0.30.jar PE s_1_1_sequence.txt.gz s_1_2_sequence.txt.gz
lane1_forward_paired.fq.gz lane1_forward_unpaired.fq.gz lane1_reverse_paired.fq.gz
lane1_reverse_unpaired.fq ....
`

where are your output path ? paired and unpaired ?

ADD COMMENT

Login before adding your answer.

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