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

Test creation of [VDJ]Smooshables #26

Closed
matsen opened this issue Nov 8, 2016 · 1 comment
Closed

Test creation of [VDJ]Smooshables #26

matsen opened this issue Nov 8, 2016 · 1 comment

Comments

@matsen
Copy link
Contributor

matsen commented Nov 8, 2016

  VGermline vgerm_obj(V_root);
  DGermline dgerm_obj(D_root);
  JGermline jgerm_obj(J_root);

  Smooshable VSmoosh = VSmooshable(vgerm_obj, std::make_pair(0,2),
                                   std::make_pair(5,7), emission_indices, 2);

  Smooshable DXSmoosh, DNSmoosh;
  std::tie(DXSmoosh, DNSmoosh) = DSmooshables(dgerm_obj, std::make_pair(4,5),
                                              std::make_pair(6,8), std::make_pair(10,11),
                                              emission_indices, 5);

  Smooshable JXSmoosh, JNSmoosh;
  std::tie(JXSmoosh, JNSmoosh) = JSmooshables(jgerm_obj, std::make_pair(5,6),
                                              std::make_pair(8, 9), std::make_pair(12, 13),
                                              emission_indices, 8);

Can we test the creation of these Smooshables?

@matsen
Copy link
Contributor Author

matsen commented Dec 5, 2016

Closed by 98583d6

@matsen matsen closed this as completed Dec 5, 2016
@matsen matsen removed the in progress label Dec 5, 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

No branches or pull requests

1 participant