my fastq file have two same reads' name
Hi, i have PE resequencing data, but in some fastq file, it has two same reads' names, now i want to delete one of the two, so i want some suggestions from you all. Thank you.
genome
sequence
• 4,537 views
•
link
updated
by
GenoMax
•
written
by
jiangzhiyong12 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Variant caller for Nanopore sequencing data
written by adarsh •Hi, I am very new to long read sequencing and is confused about which are the good variants callers (SNVs and INDELs) available for data …
-
Remove all entries with duplicate names from fastq file?
written by wormball •Hello! I have some paired end fastq files supposedly originating directly from illumina. But they contain some number of records with duplicate names (but different …
-
How to assemble mulitple paired-end files?
written by A_heath •Hi all, I downloaded multiple paired-end reads from the SRA (NCBI) and I want to assemble two paired-end read files with each other. All the …
-
How to analyze DNA data with UMI
written by deniselavezzari •Hi all! I'm facing with analyze DNA exomes sequencing data with UMI. From the demultiplexing, I have three fastq files: one for reads R1, one …
-
Trim Paired-end Fastq Files
written by yuabrahamliu •Hi all, Maybe I'm asking a too basic question, but I really feel confused. I have R1.fastq file and R2.fastq file from the paired-end RNA-seq. …
-
Is it OK to use --split-files option in fastq-dump when processing SE data?
written by biolabHi, everyone, I have a list of SRR accessions and need to process them using Fastq-dump. Some of them are SE, and others are PE …
-
does Illumina read length affects PacBio error correction??
written by JstRoRRHi, We have a set of Illumina 250 and 100 PE sequenced eukaryotic insect clones. Now we want to further sequence some of the clones …
-
Getting unique reads from multiple fastq files
written by Erika Gedvilaite •Hello to the Galaxy community, I was wondering what is the quickest and the simplest way of extracting fastq unique reads from two fastq files. …
-
Extracting unmapped paired end from an alignment
written by PicasaHi, I have a list of contaminants that I want to filter out from my paired end: bowtie2 -x contaminants -1 pair1.fastq -2 pair2.fastq -S …
-
Is it possible to do linkage analysis using relatives from a family, without any trios or siblings ?
written by VeeraI am trying to do some linkage analysis using exome sequencing data. I have exome data of three people from the same family (two first …
That is not possible unless the files were messed with in some way/mistreated. How did you determine (which program/error message) that you have this condition?
when i run the GATK workflow when markduplicates, i got this error:
so i search the read name HWI-ST1307:159:C48TVACXX:7:1109:1787:63474 in my fastq file ,i got two same reads' names, i also search in my .sam file, i got 4 same reads' names, weired......which i thought it's the fault of the sequencing company, maybe they just copy any data within the same file, and put them together.......
Can you use
grep -Aand tell us if the content of the two reads with identical names is the same in terms of sequence and quality scores?i search my sam file
Result:
I really don'y know the reason. any help would be appreciated
That is odd. If you have not done anything to your SAM file then it is likely that your original fastq file has that read in there two times. Can you check that next?
It' true, I do have two same reads' name in my original fastq file. I get my fastq file reads' name and to get the unique reads' name, more weired thing is, 43063238(total reads' name) - 24218735(unique reads' name) = 18844503(duplicates' reads' name).......I don't understand......
So the problem is much bigger than you expected. If the sequence is identical for the duplicate reads then you will have to deduplicate them or get a new copy of the original data.
Yes, you are right, i deduplicate them, just get unique reads, with the next command: $seqtk subseq /disk5/jiangzy/bowtie2/trimmomatic/1_1_clean.fastq remaining_1.list > 1_1.remain.fastq just got 2.71G fastq file, compare to the original data 10.22G. then i used the FastQC tools to get the info of my data. here is the most weired thing: https://ibb.co/fDd3e6 https://ibb.co/jvrOe6 https://ibb.co/nvdQsR https://ibb.co/bWGdCR https://ibb.co/hCKbz6 https://ibb.co/jYWpK6
Still thank you.
Hi @jiangzhiyong12
Were you able to sort this out? I am having a similar kind of issue ...