How to know which illumina adapters trimm using BCL files
2
0
Entering edit mode
6.6 years ago

I have BCL2 files of transcriptome sequenced in the Hi Seq illumina platform, but I don't know the Illumina library prep Kit.

The is any way to know which adapters to trimm directly from BCL or FASTQ files?

ChIP-Seq next-gen-sequencing RNA-Seq • 3.7k views
ADD COMMENT
1
Entering edit mode

Unless you have the full data folder available converting then BCL files to fastq will not be trivial. Can you ask your sequence provider to do the conversion for you? It would be significantly simpler to manage the fastq files from that point onwards.

You could use a file with all commercial adapters (e.g. adapters.fa file as supplied with BBMap suite). It may cause a bit of overtrimming but does not require you to know the exact adapter kit in advance. If you have paired end reads that overlap then it is possible to identify adapters using bbmerge.sh program from BBMap suite. FastQC contains the relevant adapter references and by running that your fastq files you may be able to identify specific illumina kit used (as long as they are present in enough numbers).

ADD REPLY
0
Entering edit mode

If you have the samplesheet, and the adapters are standard Illumina adapters, you can trim them on the fly while converting bcl to fastq with bcl2fastq2.

ADD REPLY
0
Entering edit mode
6.4 years ago
chen ★ 2.5k

You can use fastp to trim adapters for Illumina sequencing data, without the need of knowing the adapter sequences.

Just download fastp and run:

fastp -i in.fq -o out.fq

And then everything is done, the adapters are trimmed in out.fq

For paired end data, the command is like:

fastp -i in1.fq -o out1.fq -I in2.fq -O out2.fq

Gzip is supported for both input and output.

ADD COMMENT
0
Entering edit mode
2.5 years ago
Jiacheng ▴ 60

It is recommended to use bcl2fastq first without providing adapter sequences. Then, you can use many trimmers to trim adapters.

I'd recommend atria to determine and trim the adapter sequences. It is a cutting-edge trimmer with exceptional precision and speed.

atria -r reads.fastq ... --detect-adapter
ADD COMMENT
0
Entering edit mode

Please do not revive old posts to promote tool authored by you. Start a new post under tool category. It seems you are first author on the manuscript of this tool.

ADD REPLY
0
Entering edit mode

yes, due to excessive repeating content some of the posts have been marked as spam. I have restored most posts.

The author was primarily trying to be helpful with the post not understanding the proper protocol.

ADD REPLY

Login before adding your answer.

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