trim_galore without adaptor trimming?
Hi All,
Here is my first question ever to this forum! :-)
I have come across trim_galore when looking for a quality trimmer that would trim both paired end reads together. my fastq files are from illumina 1.9. I run the following command:
I get the following error message:
if anybody came across this and solved it , please let me know!
Many thanks!
Yasmin
Hi All,
Here is my first question ever to this forum! :-)
I have come across trim_galore when looking for a quality trimmer that would trim both paired end reads together. my fastq files are from illumina 1.9. I run the following command:
trim_galore -q 20 --fastqc --gzip --paired filename1 filename3
No quality encoding type selected. Assuming that the data provided uses Sanger encoded Phred scores (default)
Writing report to 'filename1_trimming_report.txt'
SUMMARISING RUN PARAMETERS
==========================
Input filename: filename1
Trimming mode: paired-end
Trim Galore version: 0.3.7
Quality Phred score cutoff: 20
Quality encoding type selected: ASCII+33
Adapter sequence: 'AGATCGGAAGAGC'
Maximum trimming error rate: 0.1 (default)
Minimum required adapter overlap (stringency): 1 bp
Minimum required sequence length for both reads before a sequence pair gets removed: 20 bp
Running FastQC on the data once trimming has completed
Output file(s) will be GZIP compressed
Writing final adapter and quality trimmed output to filename1_trimmed.fq.gz
>>> Now performing quality (cutoff 20) and adapter trimming in a single pass for the adapter sequence: 'AGATCGGAAGAGC' from file filename1 <<<
Traceback (most recent call last):
File "/Users/yasmin/cutadapt-1.4.2/bin//cutadapt", line 9, in <module>
from cutadapt.scripts import cutadapt
File "/Users/yasmin/cutadapt-1.4.2/cutadapt/scripts/cutadapt.py", line 69, in <module>
from cutadapt.adapters import Adapter, ColorspaceAdapter, BACK, FRONT, PREFIX, ANYWHERE
File "/Users/yasmin/cutadapt-1.4.2/cutadapt/adapters.py", line 4, in <module>
from cutadapt import align, colorspace
File "/Users/yasmin/cutadapt-1.4.2/cutadapt/align.py", line 225, in <module>
from cutadapt._align import globalalign_locate, compare_prefixes
ImportError: dlopen(/Users/yasmin/cutadapt-1.4.2/cutadapt/_align.so, 2): no suitable image found. Did find:
/Users/yasmin/cutadapt-1.4.2/cutadapt/_align.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x00
Cutadapt terminated with exit signal: '256'.
Terminating Trim Galore run, please check error message(s) to get an idea what went wrong...
Writing report to 'filename1_trimming_report.txt'
SUMMARISING RUN PARAMETERS
==========================
Input filename: filename1
Trimming mode: paired-end
Trim Galore version: 0.3.7
Quality Phred score cutoff: 20
Quality encoding type selected: ASCII+33
Adapter sequence: 'AGATCGGAAGAGC'
Maximum trimming error rate: 0.1 (default)
Minimum required adapter overlap (stringency): 1 bp
Minimum required sequence length for both reads before a sequence pair gets removed: 20 bp
Running FastQC on the data once trimming has completed
Output file(s) will be GZIP compressed
Writing final adapter and quality trimmed output to filename1_trimmed.fq.gz
>>> Now performing quality (cutoff 20) and adapter trimming in a single pass for the adapter sequence: 'AGATCGGAAGAGC' from file filename1 <<<
Traceback (most recent call last):
File "/Users/yasmin/cutadapt-1.4.2/bin//cutadapt", line 9, in <module>
from cutadapt.scripts import cutadapt
File "/Users/yasmin/cutadapt-1.4.2/cutadapt/scripts/cutadapt.py", line 69, in <module>
from cutadapt.adapters import Adapter, ColorspaceAdapter, BACK, FRONT, PREFIX, ANYWHERE
File "/Users/yasmin/cutadapt-1.4.2/cutadapt/adapters.py", line 4, in <module>
from cutadapt import align, colorspace
File "/Users/yasmin/cutadapt-1.4.2/cutadapt/align.py", line 225, in <module>
from cutadapt._align import globalalign_locate, compare_prefixes
ImportError: dlopen(/Users/yasmin/cutadapt-1.4.2/cutadapt/_align.so, 2): no suitable image found. Did find:
/Users/yasmin/cutadapt-1.4.2/cutadapt/_align.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x00
Cutadapt terminated with exit signal: '256'.
Terminating Trim Galore run, please check error message(s) to get an idea what went wrong...
Many thanks!
Yasmin
Comment