Results for "fastq"

Wire posts

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

    1909 days ago

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

    1831 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

    988 days ago