Class: Bio::FinishM::VelvetCBinding::ReadIdNodeIdStruct

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/assembly/velvet_c_binding.rb

Overview

ReadToNode ##################################

typedef struct {
IDnum read_id;
IDnum node_id;

} ReadIdNodeId; //this is a doubly used structure, once for creation of the data structure, and also in the result of the indexation. This is a little bad, but eh.