Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aawdeh committed Jan 22, 2024
1 parent 6ea0d09 commit 86ac539
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tools/TagSort/src/metricgatherer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MetricGatherer::MetricGatherer(std::string metric_output_file,

std::cout<<"set tagorderstr to tag order";
tag_order_str = tagOrderToString(tag_order);
std::cout<<tag_order_str;
std::cout<<tag_order_str<<"\n";

// get list of mitochondrial genes
if (gtf_file.empty())
Expand Down Expand Up @@ -102,11 +102,6 @@ void MetricGatherer::parseAlignedReadFields(LineFields const& fields, std::strin
is_strand + "\t" + hyphenated_tags;
fragment_histogram_[ref_pos_str_tags] += 1;
std::cout << "ParseAlignedReadFields\n";
std::cout << "PRINT mitochondrial_genes_ in parseAlignedReadFields:\n";
for (const auto& item : mitochondrial_genes_) {
std::cout << "- " << item << '\n';
}
std::cout << "END\n";
// fields.tag_triple
std::cout << "gene in parseAlignedReadFields " << std::string(fields.tag_triple.first) << "\n";
std::cout << "gene in parseAlignedReadFields " << std::string(fields.tag_triple.second) << "\n";
Expand Down

0 comments on commit 86ac539

Please sign in to comment.