Parham Kazemi

Results 6 issues of Parham Kazemi

btllib is implemented with C++11 standards. Compiling with C++17 (e.g., for `argparse` used in `randseq`) causes `clang-tidy` to raise errors. Currently, we compile `randseq` with C++17 and the rest of...

Python wrapper tests on branch [`python-wrapper-tests`](https://github.com/bcgsc/btllib/tree/python-wrapper-tests) are failing due to a TypeError when passing a list of strings in Python to a `std::vector` parameter in C++. For example, instantiating a...

bug

Fixes https://github.com/bioconda/bioconda-recipes/pull/53106 and https://github.com/bcgsc/btllib/issues/137.

Addresses #129 Attempted to fix by: - putting the path in quotes interprets input as two files with one starting with quotes and the other ending with one. - adding...