Ali Ghaffaari
Ali Ghaffaari
Thanks for your prompt reply. I am currently looking for a way to get a "partial-order graph" representing MSA of a set of sequences. I came across seqan2 implementation of...
Hello @marehr, Really sorry for my late response! I wanted to get back to you with a concrete example/snippet. But for now, please let me update you with my current...
I would like to add a minor comment; isn't this [line](https://github.com/simongog/sdsl-lite/blob/8f5245ff17f0a8799f4bc6c650a0db527403e4c1/include/sdsl/construct.hpp#L58) redundant: ```c++ tMSS file_map; ``` Since it is not used later in the function.
@conda-forge/help-c-cpp, ready for review.
@conda-forge-admin, please ping team
@conda-forge-admin, please ping conda-forge/help-c-cpp
Hi @ggonnella, I am also new to macos, so I am figuring things out right now. I will keep you posted if I make any progress.
@carterbox Thanks for the clarification! Actually, I am not the author of this library, so rebranding is not an option for me. I will let the authors know to decide...
I've just implemented authentication part of the Toodledo API v3 using OAuth2 and I want to merge it (and some other possible changes) to the Poodledo to make it to...
I've somehow refactored the Poodledo to work with Toodledo API v3. In addition, I've changed it to make it more pythonic and also have fixed some minor bugs. Tested and...