Skip to content
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

Memory optimisations #15

Merged
merged 23 commits into from
Jun 8, 2016
Merged

Memory optimisations #15

merged 23 commits into from
Jun 8, 2016

Conversation

alexjironkin
Copy link

@alexjironkin alexjironkin commented Jun 8, 2016

I have reworked the filtering and vcf2fasta steps that will allow more efficient memory usage (See #12)

TODO:

  • Documentation
  • Testing

Aleksey Jironkin added 23 commits May 27, 2016 17:08
This assert helps to validate that the sequences outputted are the same
in size.
When filtering VCF all records were kept in memory. This leads to huge
memory consumption (~10G for 5Mb genome). Now, if *out_vcf* is specified
for *VariantSet.filter_vcf* then as soon as record in filtered, it is
written to the file. Thus reducing memory footprint, which is mostly
python stuff now.
Some features have been disabled, but otherwise comporable result is
returned from old version, but more memory friendly.
calculation.

Distance matrix calculation is going to be done in a separate module.
ParallelVCFReader can now be found and used to travers multiple VCF
readers one position at a time.
@alexjironkin alexjironkin merged commit 7206951 into master Jun 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant