Can’t run trinity - Java version
Hi, Kindly help I can’t run trinity because of java version Error, do not understand options: --max_memory 2G —quality_trimming_params ILLUMINACLIP:/adapters/TruSeq3-PE.fa:2:30:10 SLIDINGWINDOW:4:5 MINLEN:25 at ./Trinity.pl line 176.
trinity
• 1,488 views
•
link
updated
by
biofalconch
•
written
by
houssienali •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Exception in thread "main" java.lang.RuntimeException: Sequence and quality length don't match
written by san96 •Hello, I am trying to trimming some data but I have not been able to do it because the process is interrupted, could you help …
-
Error in trimmomatic
written by Anderson Stiward •Hi! Trust you are well. I am trying to run this program but I get the following error and I dont know to fix it …
-
Run trimmomatic with Trinity
written by YATING •I want to run trimmomatic with Trinity, but there's some error that I can't solve. “ILLUMINACLIP:/tempwork173/r09b45015/anaconda3/envs/rnaseq/share/trimmomatic/adapters/TruSeq3-PE.fa:2:30:10 SLIDINGWINDOW:4:5 LEADING:20 TRAILING:3 MINLEN:25” **Error, do not understand options: …
-
Trimmomatic parameters
written by ronny •$java -jar /apps/eb/Trimmomatic/0.39-Java-1.8.0_144/trimmomatic-0.39.jar PE -phred33 seq1_L2_1.fq.gz seq1_L2_2.fq.gz _L2_r1_paired_fq.gz seq1_L2_r1_unpaired.fq.gz seq_L2_r2_paired.fq.gz Seq1_L2_r2_unpaired.fq.gz ILLUMINACLIP:TruSeq3-PE.fa:2:30:10 LEADING:3 TRAILING:3 SLIDINGWINDOW:4:15 MINLEN:5 #what values I should use for following parameters? ILLUMINACLIP:TruSeq3-PE.fa:2:30:10 …
-
Error showing Unable to determine input files in Trimmomatic
written by Princy •Hello all, I am trying to run trimmomatic on paired fastq file. Can anyone please explain why it is unable to determine the input files? …
-
Confusion about trimmomatic
written by szahid •Hi All, I'm new to bioinformatics and currently working on some rna seq data. I'm using trimmomatic to remove adaptor contamination. I'm using the following …
-
error en trimmomatic
written by laurapeaz_21315 •Hola soy nueva usando trimmomatic y linnux use la siguiente linea de comando : lau@DESKTOP-1B4G2I6:/mnt/c/Users/acer/Documents/doctorado/Genoma 4IGSN1/4IgSN1$ java -jar /usr/share/java/trimmomatic.jar PE -threads 8 -phred33 1_HIg5N1_S1_L001_R1_001.fastq 2_HIg5N1_S1_L001_R2_001.fastq …
-
quality trimming with trimmomatic
written by blooming.daisy333 •I am using trimmomatic for quality trimming of fastq files for my project. im usig default values for paired end reads that trim the sequences …
-
error in execution of Trimmomatic 0.36
written by F.I.2011 •I am new in Linux and Trimmomatic , do after installation i need to run it by any specific command **I am using this command:** …
-
Running trinity in DIAG grid ---- bash: error importing function definition for `module'
written by sckintaHi, Did anyone run pre-installed trinity on DIAG? I got an error like this : ``` bash: module: line 1: syntax error: unexpected end of …
A little bit difficult without a little bit more context, but I think you have to specify the path, but also don't forget the quotations! , since Trinity should have a copy of Trimmomatic, you would have to write something like this :
--quality_trimming_params "ILLUMINACLIP:$TRIMMOMATIC_DIR/adapters/TruSeq3-PE.fa:2:30:10 SLIDINGWINDOW:4:5 LEADING:5 TRAILING:5 MINLEN:25"