Open adamnovak opened 9 years ago
Yep, this will touch vg2sg as well.
On Mon, Nov 16, 2015 at 2:07 PM, adamnovak notifications@github.com wrote:
@ekg https://github.com/ekg recently moved the is_reverse flag out of Mapping and into Position. This changes the way sg2vg will need to spell paths that go through nodes backward.
— Reply to this email directly or view it on GitHub https://github.com/glennhickey/sg2vg/issues/10.
As per discussion on the call, we're going to postpone this until after we finish the reads bake-off.
I'm thinking right now we should target b0e29864e571f2d1ebd7c7600bcebbccfee5224d.
That version looks okay by me.
On Mon, Nov 16, 2015 at 3:00 PM, adamnovak notifications@github.com wrote:
As per discussion on the call, we're going to postpone this until after we finish the reads bake-off.
I'm thinking right now we should target b0e29864e571f2d1ebd7c7600bcebbccfee5224d.
— Reply to this email directly or view it on GitHub https://github.com/glennhickey/sg2vg/issues/10#issuecomment-157153391.
Will you ignore path annotations in the bakeoff? On Nov 16, 2015 10:26 PM, "Glenn Hickey" notifications@github.com wrote:
That version looks okay by me.
On Mon, Nov 16, 2015 at 3:00 PM, adamnovak notifications@github.com wrote:
As per discussion on the call, we're going to postpone this until after we finish the reads bake-off.
I'm thinking right now we should target b0e29864e571f2d1ebd7c7600bcebbccfee5224d.
— Reply to this email directly or view it on GitHub https://github.com/glennhickey/sg2vg/issues/10#issuecomment-157153391.
— Reply to this email directly or view it on GitHub https://github.com/glennhickey/sg2vg/issues/10#issuecomment-157175642.
Hey Erik,
We're using paths from the submitted graphs if they are available. They're needed for a couple of Sean's basic benchmarks. Adam's new grpah comparison code, which we're still integrating, will also make use of paths.
Apart from that, we're not using paths for alignment or variant calling (except for my attempts to call on surjections to the reference, which I'm not sure will go anywhere).
On the vg end, we're basing this on code that assumes the old format, which is one of the reasons not to change right now (despite looking forward to testing out the new build)
cheers -Glenn
On Mon, Nov 16, 2015 at 4:30 PM, Erik Garrison notifications@github.com wrote:
Will you ignore path annotations in the bakeoff? On Nov 16, 2015 10:26 PM, "Glenn Hickey" notifications@github.com wrote:
That version looks okay by me.
On Mon, Nov 16, 2015 at 3:00 PM, adamnovak notifications@github.com wrote:
As per discussion on the call, we're going to postpone this until after we finish the reads bake-off.
I'm thinking right now we should target b0e29864e571f2d1ebd7c7600bcebbccfee5224d.
— Reply to this email directly or view it on GitHub <https://github.com/glennhickey/sg2vg/issues/10#issuecomment-157153391 .
— Reply to this email directly or view it on GitHub https://github.com/glennhickey/sg2vg/issues/10#issuecomment-157175642.
— Reply to this email directly or view it on GitHub https://github.com/glennhickey/sg2vg/issues/10#issuecomment-157176542.
Thanks for the info! On Nov 16, 2015 10:44 PM, "Glenn Hickey" notifications@github.com wrote:
Hey Erik,
We're using paths from the submitted graphs if they are available. They're needed for a couple of Sean's basic benchmarks. Adam's new grpah comparison code, which we're still integrating, will also make use of paths.
Apart from that, we're not using paths for alignment or variant calling (except for my attempts to call on surjections to the reference, which I'm not sure will go anywhere).
On the vg end, we're basing this on code that assumes the old format, which is one of the reasons not to change right now (despite looking forward to testing out the new build)
cheers -Glenn
On Mon, Nov 16, 2015 at 4:30 PM, Erik Garrison notifications@github.com wrote:
Will you ignore path annotations in the bakeoff? On Nov 16, 2015 10:26 PM, "Glenn Hickey" notifications@github.com wrote:
That version looks okay by me.
On Mon, Nov 16, 2015 at 3:00 PM, adamnovak notifications@github.com wrote:
As per discussion on the call, we're going to postpone this until after we finish the reads bake-off.
I'm thinking right now we should target b0e29864e571f2d1ebd7c7600bcebbccfee5224d.
— Reply to this email directly or view it on GitHub < https://github.com/glennhickey/sg2vg/issues/10#issuecomment-157153391 .
— Reply to this email directly or view it on GitHub <https://github.com/glennhickey/sg2vg/issues/10#issuecomment-157175642 .
— Reply to this email directly or view it on GitHub https://github.com/glennhickey/sg2vg/issues/10#issuecomment-157176542.
— Reply to this email directly or view it on GitHub https://github.com/glennhickey/sg2vg/issues/10#issuecomment-157180080.
@ekg recently moved the is_reverse flag out of
Mapping
and intoPosition
. This changes the way sg2vg will need to spell paths that go through nodes backward.