Skip to content

Commit

Permalink
Removed extra {
Browse files Browse the repository at this point in the history
  • Loading branch information
aawdeh committed Jan 16, 2024
1 parent 9b73358 commit 66ca25d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/TagSort/src/metricgatherer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ void CellMetricGatherer::ingestLine(std::string const& str)

// need to change this
if (!(mitochondrial_genes_.find(std::string(fields.tag_triple.third)) != mitochondrial_genes_.end())) {
{
if (fields.alignment_location == 7) {
if (fields.number_mappings == 1)
reads_mapped_intergenic_ += 1;
Expand Down

0 comments on commit 66ca25d

Please sign in to comment.