Results for "FASTA/Q"

Blogs

Bookmarks

Files

Pages

Top-level pages

Wire posts

  • GenBank to FASTA format conversion, Written By Junguk HUR http://tinyurl.com/ntp7w5v #Perl #FASTA #Genbank

    3919 days ago

  • perl -nle 'if (/^>/) { $sl = 0; print; next } next if ($sl >= 200); $_ = substr($_, 0, 200-$sl) if ($sl + length($_) > 200); $sl += length($_); print;' file.fa >new.fa #Perl #Extract #Fasta

    3672 days ago

  • +81 more Wire posts

News

Video

Bio-Scripts

Tags

  • SeqKit - a cross-platform and ultrafast toolkit for FASTA/Q file manipulation

    FASTA and FASTQ are basic and ubiquitous formats for storing nucleotide and protein sequences. Common manipulations of FASTA/Q file include converting, searching, filtering, deduplication, splitting, shuffling, and sampling. Existing tools only implement some of these manipulations, and not parti...

    Tags: SeqKit, cross-platform, ultrafast, toolkit, FASTA/Q, manipulation

    1983 days ago

Comments