Results for "Fastq"

Wire posts

  • Fastq 2 fasta convert $ sed '/^@/!d;s//>/;N' sample1.fq > sample1.fa #fastq2fasta #fastqtwofasta

    1902 days ago

  • fastq-pair: Match up paired end fastq files quickly and efficiently https://github.com/linsalrob/fastq-pair #fastq-pair #fastq

    1824 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

    981 days ago