-
Notifications
You must be signed in to change notification settings - Fork 215
Add .pre-build make dependencies and deconstructor skeleton classes. #161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…in make rules to ensure parallel make works
|
c'mon Travis... reboot your Raspberry PI! |
…nclude_path. Continued deconstruction work. Submodule sync
|
Update: Currently, the deconstruction can retrieve a list of mappings. These mappings contain the correct Position. However, their edits seem to be incorrect, so for the moment I'm waiting to resolve this before finishing off mapping-> vcf::Variant conversion. Oh, and submodules aren't playing nicely. I'm working on that to fix Travis. |
|
Okay, So here's a tarball of my test case with a .txt output for Github: Warning: it's a tar bomb (though it's only 1 directory and three files). my run line looks like: |
… finishing the Edit modification code.
…an a node-based one.
…el of variants, which catches snps but hasn't been tested against indels yet.
…e calling AKA deconstructing.
…tly overestimates position thanks to artifacts of BFS.
…enting basic Mapping to vcf conversion
…ts on that path. Added a dependency (and build rules) for libvcfh so we can generate vcf headers.
Add .pre-build make dependencies and deconstructor skeleton classes.
This fixed up building with multiple threads on my Ubuntu 14.04 system. There's still a lot more work to be done for deconstruct, but I'm going to toss skeletons in there for the moment. We can manually fix up just the makefile if we want to wait until deconstruct has real functionality to add it in.