fastq quality trimmer
0
0
Entering edit mode
6.7 years ago
#fastq_quality_trimmer -v -t 30 -z -i out2.fastq -o out2tt.fastq

this is the code i have run but my ngs data has 150bps after the code run this result is shown 120 bps.

#fastq_quality_trimmer: found empty nucleotide sequence on line 876486

what are the empty nucleotide sequence

RNA-Seq fastx-tools • 2.4k views
ADD COMMENT
1
Entering edit mode

A first approach would be to look at it by eye:

gzcat fastq.gz | sed -n 876486,876487p

Or sed directly, if not compressed.

ADD REPLY
0
Entering edit mode

thank you there is a mistaken in the format

ADD REPLY

Login before adding your answer.

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