/usr/include/pbihdf/HDFCmpFile.hpp is in libpbihdf-dev 0~20151014+gitbe5d1bf-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 | #ifndef _BLASR_HDF_CMP_FILE_HPP_
#define _BLASR_HDF_CMP_FILE_HPP_
#include <iostream>
#include <assert.h>
#include <sstream>
#include <map>
#include "H5Cpp.h"
#include "HDFAtom.hpp"
#include "HDFArray.hpp"
#include "HDF2DArray.hpp"
#include "HDFCmpData.hpp"
#include "HDFCmpRefAlignmentGroup.hpp"
#include "HDFCmpExperimentGroup.hpp"
#include "HDFAlnGroupGroup.hpp"
#include "HDFAlnInfoGroup.hpp"
#include "HDFRefGroupGroup.hpp"
#include "HDFRefInfoGroup.hpp"
#include "HDFMovieInfoGroup.hpp"
#include "HDFCmpRootGroup.hpp"
#include "HDFCmpSupportedFields.hpp"
#include "HDFFileLogGroup.hpp"
#include "SMRTSequence.hpp"
#include "datastructures/alignment/CmpFile.hpp"
#include "datastructures/alignment/Alignment.hpp"
#include "datastructures/alignment/AlignmentCandidate.hpp"
#include "alignment/CmpAlignment.hpp"
#include "datastructures/alignment/CmpReadGroupTable.h"
#include "datastructures/alignment/CmpRefSeqTable.h"
#include "datastructures/alignment/ByteAlignment.h"
#include "saf/RefInfo.hpp"
using namespace H5;
using namespace std;
template<typename T_Alignment>
class HDFCmpFile : public HDFCmpData {
public:
map<int,int> movieNameIdToArrayIndex, readGroupPathIdToArrayIndex, refGroupIdToArrayIndex;
map<string, int> refNameToArrayIndex;
// map<string,string> readGroupPathToReadGroup;
map<int, string> alnGroupIdToReadGroupName;
HDFAlnGroupGroup alnGroupGroup;
HDFAlnInfoGroup alnInfoGroup;
HDFMovieInfoGroup movieInfoGroup;
HDFRefGroupGroup refGroupGroup;
HDFRefInfoGroup refInfoGroup;
HDFCmpRootGroup<T_Alignment> rootGroup;
set<string> includedFields;
HDFCmpSupportedFields supportedFields;
HDFAtom<string> readTypeAtom;
HDFFileLogGroup fileLogGroup;
void AstroInitializeColumnNameMap() {
CmpAlignmentBase::columnNameToIndex["AlignmentId"] = 0;
CmpAlignmentBase::columnNameToIndex["ReadGroupId"] = 1;
CmpAlignmentBase::columnNameToIndex["MovieId"] = 2;
CmpAlignmentBase::columnNameToIndex["RefSeqId"] = 3;
CmpAlignmentBase::columnNameToIndex["tStart"] = 4;
CmpAlignmentBase::columnNameToIndex["tEnd"] = 5;
CmpAlignmentBase::columnNameToIndex["AlignedStrand"] = 6;
CmpAlignmentBase::columnNameToIndex["ExpId"] = 7;
CmpAlignmentBase::columnNameToIndex["RunId"] = 8;
CmpAlignmentBase::columnNameToIndex["Panel"] = 9;
CmpAlignmentBase::columnNameToIndex["x"] = 10;
CmpAlignmentBase::columnNameToIndex["y"] = 11;
CmpAlignmentBase::columnNameToIndex["SubreadId"] = 12;
CmpAlignmentBase::columnNameToIndex["rStart"] = 13;
CmpAlignmentBase::columnNameToIndex["rEnd"] = 14;
CmpAlignmentBase::columnNameToIndex["Z"] = 15;
CmpAlignmentBase::columnNameToIndex["nM"] = 16;
CmpAlignmentBase::columnNameToIndex["nMM"] = 17;
CmpAlignmentBase::columnNameToIndex["nIns"] = 18;
CmpAlignmentBase::columnNameToIndex["nDel"] = 19;
CmpAlignmentBase::columnNameToIndex["offset_begin"] = 20;
CmpAlignmentBase::columnNameToIndex["offset_end"] = 21;
}
void SpringfieldInitializeColumnNameMap() {
CmpAlignmentBase::columnNameToIndex["AlignmentId"] = 0;
CmpAlignmentBase::columnNameToIndex["ReadGroupId"] = 1;
CmpAlignmentBase::columnNameToIndex["AlnGroupID"] = 1;
CmpAlignmentBase::columnNameToIndex["AlnGroupId"] = 1;
CmpAlignmentBase::columnNameToIndex["MovieId"] = 2;
CmpAlignmentBase::columnNameToIndex["RefSeqId"] = 3;
CmpAlignmentBase::columnNameToIndex["tStart"] = 4;
CmpAlignmentBase::columnNameToIndex["tEnd"] = 5;
CmpAlignmentBase::columnNameToIndex["RCRefStrand"] = 6;
CmpAlignmentBase::columnNameToIndex["HoleNumber"] = 7;
CmpAlignmentBase::columnNameToIndex["SetNumber"] = 8;
CmpAlignmentBase::columnNameToIndex["StrobeNumber"] = 9;
CmpAlignmentBase::columnNameToIndex["SubreadId"] = 10;
CmpAlignmentBase::columnNameToIndex["rStart"] = 11;
CmpAlignmentBase::columnNameToIndex["rEnd"] = 12;
CmpAlignmentBase::columnNameToIndex["MapQV"] = 13;
CmpAlignmentBase::columnNameToIndex["nM"] = 14;
CmpAlignmentBase::columnNameToIndex["nMM"] = 15;
CmpAlignmentBase::columnNameToIndex["nIns"] = 16;
CmpAlignmentBase::columnNameToIndex["nDel"] = 17;
CmpAlignmentBase::columnNameToIndex["offset_begin"] = 18;
CmpAlignmentBase::columnNameToIndex["offset_end"] = 19;
CmpAlignmentBase::columnNameToIndex["nBackRead"] = 20;
CmpAlignmentBase::columnNameToIndex["nReadOverlap"] = 21;
// All synonyms, the code requiring these should be refactored so
// that it no synonyms are needed.
//
CmpAlignmentBase::columnNameToIndex["AlnID"] = 0;
CmpAlignmentBase::columnNameToIndex["AlnGroupID"] = 1;
CmpAlignmentBase::columnNameToIndex["MovieID"] = 2;
CmpAlignmentBase::columnNameToIndex["RefGroupID"] = 3;
CmpAlignmentBase::columnNameToIndex["RefGroupId"] = 3;
CmpAlignmentBase::columnNameToIndex["MoleculeID"] = 10;
CmpAlignmentBase::columnNameToIndex["Offset_begin"] = 18;
CmpAlignmentBase::columnNameToIndex["Offset_end"] = 19;
}
int Initialize(string &hdfCmpFileName, set<string> includedFieldsP, unsigned int flags=H5F_ACC_RDONLY, const H5::FileAccPropList & fileAccPropList = H5::FileAccPropList::DEFAULT) {
Initialize(hdfCmpFileName, flags, fileAccPropList);
includedFields = includedFieldsP;
}
void Create(string &hdfCmpFileName) {
H5File newFile(hdfCmpFileName.c_str(), H5F_ACC_TRUNC, FileCreatPropList::DEFAULT, FileAccPropList::DEFAULT);
hdfCmpFile.openFile(hdfCmpFileName.c_str(), H5F_ACC_RDWR, H5P_DEFAULT);
rootGroup.Initialize(hdfCmpFile);
refGroupGroup.Create(rootGroup.rootGroup);
alnGroupGroup.Create(rootGroup.rootGroup);
refInfoGroup.Create(rootGroup.rootGroup);
movieInfoGroup.Create(rootGroup.rootGroup);
alnInfoGroup.Create(rootGroup.rootGroup);
fileLogGroup.Create(rootGroup.rootGroup);
//
// Add atom data
//
readTypeAtom.Create(rootGroup.rootGroup.group, "ReadType");
readTypeAtom.Write("standard");
// Add some proxy data for now.
HDFAtom<string> primaryVersionAtom, versionAtom;
primaryVersionAtom.Create(rootGroup.rootGroup.group, "PrimaryVersion");
primaryVersionAtom.Write("2.0.0.135558");
versionAtom.Create(rootGroup.rootGroup.group, "Version");
versionAtom.Write("2.0.0");
}
void SetReadType(string readType) {
readTypeAtom.Write(readType.c_str());
}
void GenerateNextRefGroupName(string &name) {
stringstream nameStrm;
nameStrm << "ref";
nameStrm.width(6);
nameStrm.fill('0');
nameStrm << right << refGroupIdToArrayIndex.size() + 1;
name = nameStrm.str();
}
int AddReference(string refName, unsigned int length, string md5, string &refGroupName) {
//
// Adding a reference requires:
//
// 1. Creating a new refgroup name.
// 2. Create the new reference group to add alignments to.
// 3. Adding this new name to the set of paths of ref groups.
// 4. Adding information for this ref group.
//
// 1.
this->GenerateNextRefGroupName(refGroupName);
// 2.
HDFCmpRefAlignmentGroup *newGroup = new HDFCmpRefAlignmentGroup;
if (newGroup == nullptr) {
cout << "ERROR, unable to allocate memory for cmp.h5 file." << endl;
exit(1);
}
newGroup->Create(rootGroup.rootGroup, refGroupName);
refAlignGroups.push_back(newGroup);
unsigned int id = refAlignGroups.size();
// 3.
refGroupGroup.AddPath("/" + refGroupName, id);
refGroupIdToArrayIndex[id] = id - 1;
refNameToArrayIndex[refName] = id - 1;
// 4.
refInfoGroup.AddRefInfo(refName, id, length, md5);
return id;
}
int StoreAlnArray(vector<unsigned char> &alnArray, string refName, string &experimentName,
unsigned int &offsetBegin,
unsigned int &offsetEnd) {
//
// First find the reference group.
//
assert(refNameToArrayIndex.find(refName) != refNameToArrayIndex.end());
int refIndex = refNameToArrayIndex[refName];
assert(refIndex < refAlignGroups.size());
HDFCmpExperimentGroup *expGroup;
expGroup = refAlignGroups[refIndex]->GetExperimentGroup(experimentName);
expGroup->AddAlignment(alnArray, offsetBegin, offsetEnd);
}
// Write a vector of quality values to the appropriate experiment group.
// This is similar to StoreAlignment, but for QVs
int StoreQVs(const vector<UChar> &qvArray, const string &refName, const string &fieldName,
const string &experimentName, unsigned int *offsetBegin,
unsigned int *offsetEnd) {
assert(refNameToArrayIndex.find(refName) != refNameToArrayIndex.end());
int refIndex = refNameToArrayIndex[refName];
assert(refIndex < refAlignGroups.size());
HDFCmpExperimentGroup *expGroup;
expGroup = refAlignGroups[refIndex]->GetExperimentGroup(experimentName);
expGroup->AddQVs(qvArray, fieldName, offsetBegin, offsetEnd);
}
// Write a vector of tag to the appropriate experiment group.
// This is similar to StoreAlignment, but for DeletionTag and
// SubstitutionTag.
int StoreTags(const vector<char> &qvArray, const string &refName, const string &fieldName,
const string &experimentName, unsigned int *offsetBegin,
unsigned int *offsetEnd) {
assert(refNameToArrayIndex.find(refName) != refNameToArrayIndex.end());
int refIndex = refNameToArrayIndex[refName];
assert(refIndex < refAlignGroups.size());
HDFCmpExperimentGroup *expGroup;
expGroup = refAlignGroups[refIndex]->GetExperimentGroup(experimentName);
expGroup->AddTags(qvArray, fieldName, offsetBegin, offsetEnd);
}
int Initialize(string &hdfCmpFileName,
unsigned int flags=H5F_ACC_RDONLY,
const H5::FileAccPropList fileAccPropList=H5::FileAccPropList::DEFAULT) {
/*
* Initialize access to the HDF file.
*/
try {
hdfCmpFile.openFile(hdfCmpFileName.c_str(), flags, fileAccPropList);
}
catch (Exception &e) {
cout << e.getDetailMsg() << endl;
return 0;
}
rootGroup.Initialize(hdfCmpFile);
readTypeAtom.Initialize(rootGroup.rootGroup, "ReadType");
if (alnGroupGroup.Initialize(rootGroup.rootGroup) == 0) {
cout << "ERROR, could not read AlnGroup of the cmp file." << endl;
exit(1);
}
if (refInfoGroup.Initialize(rootGroup.rootGroup) == 0) {
cout << "ERROR, could not read RefInfo of the cmp file." << endl;
exit(1);
}
if (refGroupGroup.Initialize(rootGroup.rootGroup) == 0) {
cout << "ERROR, could not read RefGroup of the cmp file." << endl;
exit(1);
}
if (movieInfoGroup.Initialize(rootGroup.rootGroup) == 0) {
cout << "ERROR, could not read MovieInfo of the cmp file." << endl;
exit(1);
}
if (alnInfoGroup.Initialize(rootGroup.rootGroup) == 0) {
cout << "ERROR, could not read AlnInfo of the cmp file." << endl;
exit(1);
}
if (fileLogGroup.Initialize(rootGroup.rootGroup) == 0) {
cout << "ERROR, could not read FileLog of the cmp file." << endl;
exit(1);
}
SpringfieldInitializeColumnNameMap();
return 1;
}
bool HasNoAlignments() {
// return true if there is no alignment in the cmp file.
if (alnInfoGroup.alnIndexArray.GetNRows()==0) {
return true;
}
return false;
}
unsigned int GetAlignmentIndexSize() {
if (alnInfoGroup.alnInfoGroup.groupIsInitialized == false) {
cout << "ERROR, getting the size of an index before initializing the cmp.h5 file." << endl;
exit(1);
}
return alnInfoGroup.alnIndexArray.GetNRows();
}
// Add synonym
unsigned int GetNAlignments() {
return GetAlignmentIndexSize();
}
static void ParseReadGroupPath(string &path, string &refName, string &readGroupName){
int delimPos;
delimPos = path.find_last_of('/');
if (delimPos != path.npos) {
refName = path.substr(0, delimPos);
//
// Check the ref name to see if it has a preceeding '/'
//
readGroupName = path.substr(delimPos+1, path.size());
}
else {
refName ="";
readGroupName = "";
}
}
void StorePlatformId(CmpFile &cmpFile) {
//
// For now, hard wire as a springfield. Later if the fields
// change per platform, this may be updated.
//
cmpFile.platformId = Springfield;
}
void ReadAlignmentDescriptions(CmpFile &cmpFile) {
//
// Gather run information.
//
rootGroup.ReadAttributes(cmpFile);
string readTypeString;
readTypeAtom.Read(readTypeString);
cmpFile.StoreReadType(readTypeString);
//
// Read in the groups that describe what alignments are present.
//
alnGroupGroup.Read(cmpFile.alnGroup);
alnInfoGroup.Read(cmpFile.alnInfo);
refGroupGroup.Read(cmpFile.refGroup);
movieInfoGroup.Read(cmpFile.movieInfo);
refInfoGroup.Read(cmpFile.refInfo);
StorePlatformId(cmpFile);
}
void ReadStructure(CmpFile &cmpFile) {
//
// Now for every reference group in the cmp file, create a group.
//
map<string,int> refNameToArrayIndex;
unsigned int refSeqIndex;
for (refSeqIndex = 0; refSeqIndex < cmpFile.refGroup.path.size(); refSeqIndex++) {
HDFCmpRefAlignmentGroup* refAlignGroup;
refAlignGroup = new HDFCmpRefAlignmentGroup;
if (refAlignGroup == nullptr) {
cout << "ERROR, unable to allocate memory for cmp.h5 file." << endl;
exit(1);
}
refAlignGroup->Initialize(rootGroup.rootGroup.group, cmpFile.refGroup.path[refSeqIndex]);
int refAlignGroupIndex = refAlignGroups.size();
refAlignGroups.push_back(refAlignGroup);
//
// Allow one to index directly into this group given a string
// representing the reference name.
//
refNameToArrayIndex[cmpFile.refGroup.path[refSeqIndex]] = refAlignGroupIndex;
refGroupIdToArrayIndex[cmpFile.refGroup.id[refSeqIndex]] = refAlignGroupIndex;
}
//
// Now that all ref groups are created, add read groups that
// are aligned to the ref groups.
//
// Note that groups are not necessarily named by movie, especially in
// a deep-sorted cmp.h5, read groups may look like:
// /ref00001/rg8953-0
// /ref00001/rg2453-1
//
unsigned int alnGroupIndex;
for (alnGroupIndex = 0; alnGroupIndex < cmpFile.alnGroup.path.size(); alnGroupIndex++) {
string refName, readGroupName;
ParseReadGroupPath(cmpFile.alnGroup.path[alnGroupIndex], refName, readGroupName);
//
// Create an index that maps alnGroupId (/AlnGroup/Id) to readGroupName
//
alnGroupIdToReadGroupName[cmpFile.alnGroup.id[alnGroupIndex]] = readGroupName;
//
// Look up the group where this alignment should be found.
//
unsigned int refGroupArrayIndex;
if (refNameToArrayIndex.find(refName) != refNameToArrayIndex.end()) {
refGroupArrayIndex = refNameToArrayIndex[refName];
}
else {
cout << "ERROR! The reference name '" << refName << "' does not have an entry though it is "
<< " specified in the path for " << cmpFile.readGroupTable.names[alnGroupIndex]
<< endl;
assert(0);
}
HDFCmpExperimentGroup *alnGroupPtr;
alnGroupPtr = refAlignGroups[refGroupArrayIndex]->InitializeExperimentGroup(readGroupName, includedFields);
// experimentNameToIndex should have been set in InitializeExperimentGroup();
assert( refAlignGroups[refGroupArrayIndex]->experimentNameToIndex[readGroupName]
== refAlignGroups[refGroupArrayIndex]->readGroups.size()-1);
refAlignGroups[refGroupArrayIndex]->experimentNameToIndex[readGroupName] = refAlignGroups[refGroupArrayIndex]->readGroups.size()-1;
}
}
void Read(CmpFile &cmpFile, bool readAllAlignments = true) {
ReadAlignmentDescriptions(cmpFile);
ReadStructure(cmpFile);
if (!readAllAlignments)
return;
/*
* Now that the alignment indices are all read in, read the base-by-base alignments.
*/
unsigned int alignmentIndex;
for (alignmentIndex = 0; alignmentIndex < cmpFile.alnInfo.alignments.size(); alignmentIndex++) {
unsigned int alnGroupId = cmpFile.alnInfo.alignments[alignmentIndex].GetAlnGroupId();
unsigned int refGroupId = cmpFile.alnInfo.alignments[alignmentIndex].GetRefGroupId();
string refSeqName;
//
// Make sure the refGroupId specified in the alignment index exists in the alignment groups.
//
int refGroupArrayIndex;
if (refGroupIdToArrayIndex.find(refGroupId) == refGroupIdToArrayIndex.end()) {
cout << "ERROR! Alignment " << cmpFile.alnInfo.alignments[alignmentIndex].GetAlignmentId()
<< " has ref seq id " << refGroupId << " that does not exist in the HDF file." << endl;
assert(0);
}
else {
refGroupArrayIndex = refGroupIdToArrayIndex[refGroupId];
}
//
// Point to the refGroup that this alignment is part of.
//
HDFCmpRefAlignmentGroup* refAlignGroup = refAlignGroups[refGroupArrayIndex];
//
// Now locate the read group that is part of this ref align group.
//
string readGroupName = alnGroupIdToReadGroupName[alnGroupId];
if (refAlignGroup->experimentNameToIndex.find(readGroupName) ==
refAlignGroup->experimentNameToIndex.end()) {
cout << "Internal ERROR! The read group name " << readGroupName << " is specified as part of "
<< " the path in alignment " << cmpFile.alnInfo.alignments[alignmentIndex].GetAlignmentId()
<< " though it does not exist in the ref align group specified for this alignment." << endl;
assert(0);
}
int experimentIndex;
experimentIndex = refAlignGroup->experimentNameToIndex[readGroupName];
unsigned int alignmentLength = cmpFile.alnInfo.alignments[alignmentIndex].GetOffsetEnd() -
cmpFile.alnInfo.alignments[alignmentIndex].GetOffsetBegin();
vector<unsigned char> alignmentArray;
vector<UChar> fieldArray;
if (alignmentArray.size() < alignmentLength) {
alignmentArray.resize(alignmentLength);
}
/*
* Read in the base by base alignment.
*/
refAlignGroup->readGroups[experimentIndex]->alignmentArray.Read(cmpFile.alnInfo.alignments[alignmentIndex].GetOffsetBegin(),
cmpFile.alnInfo.alignments[alignmentIndex].GetOffsetEnd(),
&alignmentArray[0]);
cmpFile.alnInfo.alignments[alignmentIndex].StoreAlignmentArray(&alignmentArray[0], alignmentLength);
/*
* Read in all additional fields such as quality values, etc..
*/
set<string>::iterator fieldIt, fieldEnd;
fieldEnd = includedFields.end();
for (fieldIt = includedFields.begin(); fieldIt != fieldEnd; ++fieldIt) {
if (fieldArray.size() < alignmentLength) {
fieldArray.resize(alignmentLength);
}
HDFArray<UChar>* fieldArrayPtr = dynamic_cast<HDFArray<UChar>* >(refAlignGroup->readGroups[experimentIndex]->fields[*fieldIt]);
int ob = cmpFile.alnInfo.alignments[alignmentIndex].GetOffsetBegin();
int oe = cmpFile.alnInfo.alignments[alignmentIndex].GetOffsetEnd();
fieldArrayPtr->Read(ob, oe, &fieldArray[0]);
cmpFile.alnInfo.alignments[alignmentIndex].StoreField(*fieldIt, &fieldArray[0], alignmentLength);
}
}
}
void IncludeField(string fieldName) {
if (supportedFields.find(fieldName) == supportedFields.end()) {
cout << "ERROR, attempting to include field " << fieldName << " that is not supported." << endl;
exit(1);
}
includedFields.insert(fieldName);
}
template<typename T_Value, typename T_QV>
void StoreQualityValueFromAlignment(vector<T_Value> &fieldValues,
vector<int> &baseToAlignmentMap,
T_QV *qv) {
int i;
for (i = 0; i < baseToAlignmentMap.size();i++) {
qv[i] = fieldValues[baseToAlignmentMap[i]];
}
}
/*
void ReadAlignment(int alignmentIndex, CmpAlignment &cmpAlignment) {
alnInfoGroup.ReadCmpAlignment(alignmentIndex, cmpAlignment);
ReadAlignmentArray(alignmentIndex, cmpAlignment.alignmentArray);
}
*/
void ReadAlignment(int alignmentIndex, T_Alignment &alignment) {
CmpAlignment cmpAln;
ReadAlignment(alignmentIndex, cmpAln);
string refSequence;
string readSequence;
readSequence.resize(cmpAln.alignmentArray.size());
refSequence.resize(cmpAln.alignmentArray.size());
ByteAlignmentToQueryString(&cmpAln.alignmentArray[0], cmpAln.alignmentArray.size(), &readSequence[0]);
ByteAlignmentToRefString(&cmpAln.alignmentArray[0], cmpAln.alignmentArray.size(), &refSequence[0]);
string ungappedRead, ungappedRef;
RemoveGaps(readSequence, ungappedRead);
RemoveGaps(refSequence, ungappedRef);
GappedStringsToAlignment(readSequence, refSequence, alignment);
FASTASequence qAlignedSeq, rAlignedSeq;
qAlignedSeq.seq = (Nucleotide*) &ungappedRead[0];
qAlignedSeq.length = ungappedRead.size();
rAlignedSeq.seq = (Nucleotide*) &ungappedRef[0];
rAlignedSeq.length = ungappedRef.size();
alignment.tAlignedSeq.Copy(rAlignedSeq);
alignment.qAlignedSeq.Copy(qAlignedSeq);
unsigned int qStart = cmpAln.GetQueryStart();
unsigned int tStart = cmpAln.GetRefStart();
alignment.tPos = cmpAln.GetRefStart();
alignment.qPos = cmpAln.GetQueryStart();
alignment.nIns = cmpAln.GetNInsertions();
alignment.nDel = cmpAln.GetNDeletions();
alignment.nMatch = cmpAln.GetNMatch();
alignment.nMismatch=cmpAln.GetNMismatch();
alignment.qStrand= 0;
alignment.tStrand = cmpAln.GetTStrand();
alignment.pctSimilarity = ((float)alignment.nMatch) / (alignment.nMatch + alignment.nMismatch + alignment.nIns + alignment.nDel);
alignment.mapQV = cmpAln.GetMapQV();
}
void ReadAlignmentArray(int alignmentIndex, ByteAlignment &alignmentArray) {
CmpAlignment cmpAlignment;
alnInfoGroup.ReadCmpAlignment(alignmentIndex, cmpAlignment);
//
// Cache some stats about the read, and where it was aligned to.
//
int queryStart = cmpAlignment.GetQueryStart();
int queryEnd = cmpAlignment.GetQueryEnd();
int refGroupId = cmpAlignment.GetRefGroupId();
int alnGroupId = cmpAlignment.GetAlnGroupId();
int refGroupIndex = refGroupIdToArrayIndex[refGroupId];
if (alnGroupIdToReadGroupName.find(alnGroupId) ==
alnGroupIdToReadGroupName.end()) {
cout << "INTERNAL ERROR! Could not find read group name for alignment "
<< "group with Id " << alnGroupId << "." << endl;
assert(0);
}
string readGroupName = alnGroupIdToReadGroupName[alnGroupId];
if (refAlignGroups[refGroupIndex]->experimentNameToIndex.find(readGroupName) ==
refAlignGroups[refGroupIndex]->experimentNameToIndex.end()) {
cout << "Internal ERROR! The read group name " << readGroupName << " is specified as part of "
<< " the path in alignment " << alignmentIndex
<< " though it does not exist in the ref align group specified for this alignment." << endl;
assert(0);
}
int readGroupIndex = refAlignGroups[refGroupIndex]->experimentNameToIndex[readGroupName];
HDFCmpExperimentGroup* expGroup = refAlignGroups[refGroupIndex]->readGroups[readGroupIndex];
int offsetBegin = cmpAlignment.GetOffsetBegin();
int offsetEnd = cmpAlignment.GetOffsetEnd();
int alignedSequenceLength = offsetEnd - offsetBegin;
if (alignedSequenceLength >= 0) {
alignmentArray.resize(alignedSequenceLength);
}
else {
return;
}
//
// Read the alignment string. All alignments
//
refAlignGroups[refGroupIndex]->readGroups[readGroupIndex]->alignmentArray.Read(offsetBegin,
offsetEnd,
&alignmentArray[0]);
}
void ImportReadFromCmpH5(int alignmentIndex, CmpAlignment &cmpAlignment, SMRTSequence &read) {
alnInfoGroup.ReadCmpAlignment(alignmentIndex, cmpAlignment);
//
// Cache some stats about the read, and where it was aligned to.
//
int queryStart = cmpAlignment.GetQueryStart();
int queryEnd = cmpAlignment.GetQueryEnd();
read.HoleNumber(cmpAlignment.GetHoleNumber());
int refGroupId = cmpAlignment.GetRefGroupId();
int alnGroupId = cmpAlignment.GetAlnGroupId();
int refGroupIndex = refGroupIdToArrayIndex[refGroupId];
if (alnGroupIdToReadGroupName.find(alnGroupId) == alnGroupIdToReadGroupName.end()) {
cout << "INTERNAL ERROR! Could not find read group name for alignment "
<< "group with Id " << alnGroupId << "." << endl;
assert(0);
}
string readGroupName = alnGroupIdToReadGroupName[alnGroupId];
if (refAlignGroups[refGroupIndex]->experimentNameToIndex.find(readGroupName) ==
refAlignGroups[refGroupIndex]->experimentNameToIndex.end()) {
cout << "Internal ERROR! The read group name " << readGroupName << " is specified as part of "
<< " the path in alignment " << alignmentIndex
<< " though it does not exist in the ref align group specified for this alignment." << endl;
assert(0);
}
int readGroupIndex = refAlignGroups[refGroupIndex]->experimentNameToIndex[readGroupName];
HDFCmpExperimentGroup* expGroup = refAlignGroups[refGroupIndex]->readGroups[readGroupIndex];
int offsetBegin = cmpAlignment.GetOffsetBegin();
int offsetEnd = cmpAlignment.GetOffsetEnd();
int alignedSequenceLength = offsetEnd - offsetBegin;
string alignedSequence;
string readSequence;
vector<unsigned char> byteAlignment;
if (alignedSequenceLength >= 0) {
alignedSequence.resize(alignedSequenceLength);
byteAlignment.resize(alignedSequenceLength);
}
//
// Read the alignment string. All alignments
//
refAlignGroups[refGroupIndex]->readGroups[readGroupIndex]->alignmentArray.Read(offsetBegin,
offsetEnd,
&byteAlignment[0]);
//
// Convert to something we can compare easily.
//
ByteAlignmentToQueryString(&byteAlignment[0], byteAlignment.size(), &alignedSequence[0]);
//
// Initialize the sequence of the read.
//
RemoveGaps(alignedSequence, readSequence);
//
// Make space for the sequence and all fields.
//
read.length = readSequence.size();
read.Allocate(read.length);
memcpy(read.seq, readSequence.c_str(), readSequence.size() * sizeof(char));
vector<int> baseToAlignmentMap;
CreateSequenceToAlignmentMap(byteAlignment, baseToAlignmentMap);
//
// Read in the quality values
//
vector<unsigned char> storedQVArray;
vector<UChar> qvValues;
vector<HalfWord> frameValues;
int length = offsetEnd - offsetBegin;
qvValues.resize(length);
frameValues.resize(length);
int i;
if (expGroup->experimentGroup.ContainsObject("QualityValue")) {
expGroup->qualityValue.Read(offsetBegin, offsetEnd, &qvValues[0]);
StoreQualityValueFromAlignment(qvValues, baseToAlignmentMap, &read.qual.data[0]);
int i;
for (i= 0; i < read.length; i++) {
assert(read.qual[i] < 100);
}
}
if (expGroup->experimentGroup.ContainsObject("InsertionQV")) {
expGroup->insertionQV.Read(offsetBegin, offsetEnd, &qvValues[0]);
StoreQualityValueFromAlignment(qvValues, baseToAlignmentMap, &read.insertionQV.data[0]);
}
if (expGroup->experimentGroup.ContainsObject("SubstitutionQV")) {
expGroup->substitutionQV.Read(offsetBegin, offsetEnd, &qvValues[0]);
StoreQualityValueFromAlignment(qvValues, baseToAlignmentMap, &read.substitutionQV.data[0]);
}
if (expGroup->experimentGroup.ContainsObject("DeletionQV")) {
expGroup->deletionQV.Read(offsetBegin, offsetEnd, &qvValues[0]);
StoreQualityValueFromAlignment(qvValues, baseToAlignmentMap, &read.deletionQV.data[0]);
}
if (expGroup->experimentGroup.ContainsObject("DeletionTag")) {
vector<char> deletionTagValues;
deletionTagValues.resize(offsetEnd-offsetBegin);
expGroup->deletionTag.Read(offsetBegin, offsetEnd, &deletionTagValues[0]);
StoreQualityValueFromAlignment(deletionTagValues, baseToAlignmentMap, read.deletionTag);
}
if (expGroup->experimentGroup.ContainsObject("SubstitutionTag")) {
vector<char> substitutionTagValues;
substitutionTagValues.resize(offsetEnd-offsetBegin);
expGroup->substitutionTag.Read(offsetBegin, offsetEnd, &substitutionTagValues[0]);
StoreQualityValueFromAlignment(substitutionTagValues, baseToAlignmentMap, read.substitutionTag);
}
if (expGroup->experimentGroup.ContainsObject("PulseIndex")) {
vector<uint32_t> pulseIndexValues;
pulseIndexValues.resize(offsetEnd-offsetBegin);
expGroup->pulseIndex.Read(offsetBegin, offsetEnd, &pulseIndexValues[0]);
StoreQualityValueFromAlignment(pulseIndexValues, baseToAlignmentMap, read.pulseIndex);
}
if (expGroup->experimentGroup.ContainsObject("PreBaseFrames")) {
expGroup->preBaseFrames.Read(offsetBegin, offsetEnd, &frameValues[0]);
StoreQualityValueFromAlignment(frameValues, baseToAlignmentMap, read.preBaseFrames);
}
if (expGroup->experimentGroup.ContainsObject("WidthInFrames")) {
expGroup->widthInFrames.Read(offsetBegin, offsetEnd, &frameValues[0]);
StoreQualityValueFromAlignment(frameValues, baseToAlignmentMap, read.widthInFrames);
}
}
void ReadReadGroupPathTable(CmpIndexedStringTable &readGroupPathTable) {
UInt numElem = readGroupPathTable.ids.size();
readGroupPathTable.resize(numElem); // resizes all tables
readGroupPathIdArray.Read(0, numElem, &readGroupPathTable.ids[0]);
readGroupPathArray.Read(0, numElem, &readGroupPathTable.names[0]);
readGroupPathTable.StoreArrayIndexMap();
}
void ReadRefSeqTable(CmpIndexedStringTable &refSeqTable) {
UInt numElem = refSeqTable.ids.size();
refSeqTable.resize(numElem);
refSeqNameIdArray.Read(0, numElem, &refSeqTable.ids[0]);
refSeqNameArray.Read(0, numElem, &refSeqTable.names[0]);
refSeqTable.StoreArrayIndexMap();
}
void ReadMovieNameTable(CmpIndexedStringTable &movieTable) {
UInt numElem = movieTable.ids.size();
movieTable.resize(numElem);
movieNameIdArray.Read(0, numElem, &movieTable.ids[0]);
movieNameArray.Read(0, numElem, &movieTable.names[0]);
movieTable.StoreArrayIndexMap();
}
// Store reference FullName, ID, Length and MD5 to /RefInfo
unsigned int AddRefInfo(string refName, unsigned int length, string md5) {
return refInfoGroup.AddRefInfo(refName, length, md5);
}
unsigned int AddRefGroup(string refName, unsigned int refInfoId,
string & refGroupName) {
if (refInfoId > 999999) {
// ref000001 ~ ref999999
cout << "ERROR. Could not store more than 999999 references in "
<< " a cmp.h5 file." << endl;
exit(1);
}
// Adding a new refGroup requires:
// 1. Creating a new refgroup name, e.g., /ref000001.
// 2. Create the new reference group to add alignments to.
// 3. Adding this new name to the set of paths of ref groups.
// 4. Adding information for this ref group.
// 1.
GenerateRefGroupName(refInfoId, refGroupName);
// 2.
HDFCmpRefAlignmentGroup *newGroup = new HDFCmpRefAlignmentGroup;
if (newGroup == nullptr) {
cout << "ERROR, unable to allocate memory for cmp.h5 file." << endl;
exit(1);
}
newGroup->Create(rootGroup.rootGroup, refGroupName);
refAlignGroups.push_back(newGroup);
// 3.
unsigned int refGroupId = refGroupGroup.AddPath("/" + refGroupName, refInfoId);
// 4.
refGroupIdToArrayIndex[refGroupId] = refGroupId - 1;
refNameToArrayIndex[refName] = refGroupId - 1;
return refGroupId;
}
void GenerateRefGroupName(unsigned int refInfoId, string & name) {
// In order to mimic the behaviour of compareSequences,
// refGroupName should equal to ref00000x, where x is refInfoId.
// (x used to be refGroupIdToArrayIndex.size() + 1)
stringstream nameStrm;
nameStrm << "ref";
nameStrm.width(6);
nameStrm.fill('0');
nameStrm << right << refInfoId;
name = nameStrm.str();
}
};
#endif
|