![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Quality-, adapter- and RRBS-trimming with Trim Galore! | fkrueger | Bioinformatics | 136 | 01-18-2019 02:24 AM |
Trimming the primers from paired end reads | Razi | Bioinformatics | 2 | 12-01-2017 11:52 PM |
Fixed length trimming of paired end reads for MISO | sjuzhet | Bioinformatics | 1 | 03-06-2016 09:17 PM |
Mapping paired-end reads, include also the SE-reads after trimming? | JonB | Bioinformatics | 2 | 12-10-2015 03:03 AM |
Do I need to run trim galore even if my reads are of good quality? | genomics_search | Bioinformatics | 1 | 03-06-2013 12:30 PM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: Norway Join Date: Oct 2017
Posts: 16
|
![]()
Dear all
im trying to trim paired-end RRBS illumina reads using Trim galore. as far as i understood, paired end reads must be trimmed using --paired option following by file names. i tried : trim_galore --paired r1.fastq.gz r2.fastq.gz. however at the end, im getting only trimmed file for read 1 and nothing for read 2. any idea why? thank you so much in advance |
![]() |
![]() |
![]() |
#2 |
Senior Member
Location: Cambridge, UK Join Date: Sep 2009
Posts: 614
|
![]()
Hi Hedi86,
for RRBS the command would be: Code:
trim_galore --rrbs --paired r1.fastq.gz r2.fastq.gz Trim Galore will trim R1 first, R2 second, and then perform a validation step which p0roduces 2 new files that contain _val_ in their file names (for validated). Once this is done, the files called _trimmed_ ... are being deleted. If there are any error messages on the screen they might help identify where the problem lies. |
![]() |
![]() |
![]() |
#3 |
Member
Location: Norway Join Date: Oct 2017
Posts: 16
|
![]()
thank you for your replay
for downstream analyses in Bismark i used both Val-trimmed-R1 and Val-trimmed-R2 files (because libraries prepared using NuGEN kit). however, bismark produced only one BAM file with R1 extension name. is it normal for pair end alignment? Best |
![]() |
![]() |
![]() |
#4 |
Senior Member
Location: Cambridge, UK Join Date: Sep 2009
Posts: 614
|
![]()
Yes, this is normal. Paired-end BAM files have Read 1 and Read 2 on consecutive lines, so there is only one file per read pair.
|
![]() |
![]() |
![]() |
Tags |
illumina, paired end read, rrbs, trim galore |
Thread Tools | |
|
|