Questions tagged [fastq]

FASTQ files are used in bioinformatics to store sequence information and sequencing quality scores.

FASTQ format is a text-based format for storing both a biological sequence (usually nucleotide sequence) and its corresponding quality scores. Both the sequence letter and quality score are each encoded with a single ASCII character for brevity.

[Wikipedia]

257 questions
-3
votes
3 answers

find unique first top and bottom lines of fastq file from fasta file

I have 2 files one is fasta file and other one is fastq file. I want to take the fasta, read each line and search each line in the fastq file and print top line and bottom lines. This is what I have fasta…
abh
  • 101
  • 1
  • 4
  • 13
1 2 3
17
18