Skip to content

Adding "<" operator to unitigIterator class and "[]" operator to CompactedDBG class #38

@samhorsfield96

Description

@samhorsfield96

Would it be possible to add a "<" operator to the unitigIterator class and a "[]" operator to CompactedDBG class?

I am implementing a function with openMP multithreading where I am iterating over unitigs using a for loop. However, openMP dictates that the for loop be in the format for (unitigIterator i = cdbg.begin(); i < cdbg.end(); i++) which is not currently possible to implement.

Many thanks in advance, Sam.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions