Skip to content

Commit

Permalink
official release of PEPPER-Margin-DeepVariant
Browse files Browse the repository at this point in the history
  • Loading branch information
kishwarshafin committed Mar 5, 2021
1 parent 66c9fe0 commit 464f615
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pepper_hp/modules/headers/pileup_summary/summary_generator.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ namespace ImageOptions {
static constexpr int MAX_COLOR_VALUE = 254;
};

struct ImageSummary {
vector< vector< vector<uint8_t> > > images;
vector< vector<pair<long long, int> > > positions;
vector< vector<uint8_t> > refs;
vector< vector<uint8_t> > labels;
vector<int> chunk_ids;
};

class SummaryGenerator {
long long ref_start;
long long ref_end;
Expand Down Expand Up @@ -87,4 +79,4 @@ class SummaryGenerator {
};


#endif //PEPPER_SUMMARY_GENERATOR_H
#endif //PEPPER_SUMMARY_GENERATOR_H

0 comments on commit 464f615

Please sign in to comment.