You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just started a toil-vg run with --primary, but not --pangenome or any of the other graph construction options. But I did pass it in a bunch of VCFs, and instructions to filter out NA12878 and the other ceph samples.
It ought to know that it doesn't actually need those VCFs to make the primary graph, and not use them.
But instead, it not only imports the VCFs, but wastes time filtering them down, only to not use them later.
This is inefficient and should be fixed.
The text was updated successfully, but these errors were encountered:
I'm going to leave this alone for now; just not passing in the VCFs when they aren't needed seems to be a good enough solution for my pipeline, but this is still a thing we probably want to fix eventually.
On Thu, Aug 23, 2018 at 3:30 PM Adam Novak ***@***.***> wrote:
I'm going to leave this alone for now; just not passing in the VCFs when
they aren't needed seems to be a good enough solution for my pipeline, but
this is still a thing we probably want to fix eventually.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#610 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA2_7oYUxX2xGficPQFhthGfywZUGHNAks5uTwLvgaJpZM4WE2-2>
.
I just started a toil-vg run with
--primary
, but not--pangenome
or any of the other graph construction options. But I did pass it in a bunch of VCFs, and instructions to filter out NA12878 and the other ceph samples.It ought to know that it doesn't actually need those VCFs to make the primary graph, and not use them.
But instead, it not only imports the VCFs, but wastes time filtering them down, only to not use them later.
This is inefficient and should be fixed.
The text was updated successfully, but these errors were encountered: