Giter Club home page Giter Club logo

Comments (7)

lh3 avatar lh3 commented on June 26, 2024 1

GFA is an assembly format. It is closer to FASTA than to SAM. I think alignment to GFA needs a new format.

from gfa-spec.

richarddurbin avatar richarddurbin commented on June 26, 2024

from gfa-spec.

sjackman avatar sjackman commented on June 26, 2024

I am quite interested in aligning long reads to a GFA assembly graph. The three tools that I know of so far are Bandage querypaths (uses BLAST, plain text output), spades-gmapper (graph must be a dBG, unsure what the output format is), and vg.

@ekg Does using either PAF or GFA2 fragment F records work for your purpose?

from gfa-spec.

ggonnella avatar ggonnella commented on June 26, 2024

My opinion is that GFA2 should (despite the A in the name) be considered more than an assembly format, as the extensions wrt GFA1 allow to represent different kind of sequence graphs.

I agree with @richarddurbin that adding more complexity in the specification could be a bad idea. Specifically, I think that defining new line types would not be advisable. But I would not see as critical e.g. to define and reserve new tags for specific uses for the mentioned application, for the purposes of standardization. Maybe using the available facilities, such as F lines and CIGARS, and adding ad hoc tags solves the problem. A more concrete example could help (at least me) to understand more.

from gfa-spec.

lh3 avatar lh3 commented on June 26, 2024

The F-line is designed to keep the locations of reads in the assembly. Most of time, a read is placed to a single segment. In general graph alignment, in particular vg alignment, a query often walks through multiple segments, some of which are just 1bp in length. F-line or PAF is a waste of space, inconvenient to access and inefficient to process. They are not the general solution. I have little experiences with graph alignment, so I don't know what is the best solution.

Mixing graph representation and graph alignment is like merging FASTA and SAM into a single format. This can be done, but I don't think we should go for that.

from gfa-spec.

stale avatar stale commented on June 26, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

from gfa-spec.

ekg avatar ekg commented on June 26, 2024

from gfa-spec.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.