Results for "GFA"

Blogs

Bookmarks

Top-level pages

Wire posts

  • #GFA to #FASTA file conversion. awk '/^S/{print ">"$2"\n"$3}' in.gfa | fold > out.fa

    2293 days ago

  • #GFA to #Fasta file conversion. $ grep '^S' example.gfa |awk '{print ">"$2; print $3}' > example.fa

    2286 days ago

Tags

  • RGFA: powerful and convenient handling of assembly graphs

    RGFA, an implementation of the proposed GFA specification in Ruby. It allows the user to conveniently parse, edit and write GFA files. Complex operations such as the separation of the implicit instances of repeats and the merging of linear paths can be performed. A typical application of RGFA is ...

    Tags: RGFA, powerful, convenient, handling, assembly, graphs, GFA

    1580 days ago

  • GfaViz: flexible and interactive visualization of GFA sequence graphs

    GFA (Graphical Fragment Assembly) is an emerging standard format for representing sequence graphs. Although it was originally conceived as a format for sequence assembly (hence the name), and this remains its core application, it is more general, and able to represent many different types of sequ...

    Tags: GfaViz, flexible, interactive, visualization, GFA, sequence, graphs

    1576 days ago

  • +1 more Tags

Comments