Results for "GFA"

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

    1609 days ago

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

    Tags: GFA, FASTA

    2322 days ago

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

    Tags: GFA, Fasta

    2316 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

    1605 days ago

  • Panacus : A Counting Tool for Pangenome Graphs

    panacus is a tool for calculating statistics for GFA files. It supports GFA files with P and W lines, but requires that the graph is blunt, i.e., nodes do not overlap and consequently, each link (L) points from the end of one segment (S) to the start of ano...

    Tags: Panacus, Counting, Tool, Pangenome, Graphs, GFA

    yesterday

  • gfastats: The swiss army knife for genome assembly.

    gfastats is a single fast and exhaustive tool for summary statistics and simultaneous *fa* (fasta, fastq, gfa [.gz]) genome assembly file manipulation. gfastats also allows seamless fasta<>fastq<>gfa[.gz] conversion. It has been tested in genomes even >...

    Tags: gfastats, summary, statistics, simultaneous, fasta, fastq, gfa

    647 days ago