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

Modularized VCF reading into MAT namespace #200

Merged
merged 11 commits into from
Dec 1, 2021
Merged

Conversation

kvargha
Copy link
Contributor

@kvargha kvargha commented Nov 29, 2021

No description provided.



// If called with a tree file that needs to create a MAT
void Mutation_Annotated_Tree::read_vcf(Mutation_Annotated_Tree::Tree* T, std::string &vcf_filename, std::vector<Missing_Sample>& missing_samples, bool create_new_mat) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the point of the boolean create_new_mat? It doesn't seem like you're using it inside the function?

@yatisht
Copy link
Owner

yatisht commented Dec 1, 2021

Looks good, thanks.

@yatisht yatisht merged commit c737da6 into yatisht:master Dec 1, 2021
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.

2 participants