BOL
Log in
Username or email
Password
Remember me
Register
Lost password
Activity
News
Opportunity
ResearchLabs
Questions
Pages
Discussion
More
BioScripts
Blogs
Bookmarks
Files
Fun
Groups
Polls
The Wire
Tryst
Videos
Our Sponsors
Download
BioinformaticsOnline(BOL) Apps
in your chrome browser.
The Wire
#Fastq
Wire posts tagged with 'Fastq'
Jit
@jit.aber
Thread
By
Jit
1173 days ago
#Convert
#FASTQ
to FASTA and set bases of
#quality
lower than 20 to N $ seqtk seq -aQ64 -q20 -n N IN.fastq > OUT.fasta
Jit
@jit.aber
Thread
By
Jit
2016 days ago
fastq-pair: Match up paired end fastq files quickly and efficiently
https:/
/
github.com/
linsalrob/
fastq-pair
#fastq
-pair
#fastq
Jit
@jit.aber
Thread
By
Jit
2493 days ago
interleave fastq files
https:/
/
gist.github.com/
nathanhaigh/
4544979
#interleave
#fastq
#pair
#ngs
#reads
Poonam Mahapatra
@poonam
Thread
By
Poonam Mahapatra
2498 days ago
Convert interleaved to separate files with BBmap. $ reformat.sh in=reads.fq out1=reads_r1.fq out2=reads_r2.fq
#interleave
#fastq
#seperate
#reformat
#bbmap
Jit
@jit.aber
Thread
By
Jit
2539 days ago
Fastq 2 fasta. $ sed -n '1~4s/^@/>/p;2~4p' test.fastq > test.fasta
#fastq
#fasta
#convert
Jit
@jit.aber
Thread
By
Jit
2553 days ago
Get the reads in fastq file: awk '{s++}END{print s/4}' file.fastq
#reads
#count
#ngs
#fastq
Abhimanyu Singh
@abhimanyu
Thread
By
Abhimanyu Singh
2735 days ago
fastq to fasta convertor $ sed -n '1~4s/^@/>/p;2~4p' test.fastq > test.fasta
#Convert
#Fasta
#Fastq
#fa
#fq