Results for "fastq2fasta"

Tags

  • Converting FASTQ to FASTA

    There are several ways you can convert fastq to fasta sequences. Some methods are listed below. Using SED sed can be used to selectively print the desired lines from a file, so if you print the first and 2rd line of every 4 lines, you get the sequence header and sequence need...

    Tags: fasta, fastq, convert, sed, awk, seqtk, bioawk, fastx, Emboss, fastq2fasta

    2268 days ago

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

    Tags: fastq2fasta, fastqtwofasta

    1872 days ago