This is a test version of Biostars. For the public version, visit https://www.biostars.org.
rmapper-ls from the SHRiMP mapping package

If I have a fastq file for paired end sequencing, how do I convert Fastq to Fasta in order to be able to compare with SHRiMP? thank you

mapping shrimp

1 answer

seqtk seq -A in.fq > out.fa

if i have two fastq files, could i write it as : seqtk seq -A r1.fq r2.fq>out.fa?

Log in to answer this question.