clark-hive

Results 4 comments of clark-hive

I've made a PR to kmc2 code and added a hack to the bolt api the with a PR here: https://github.com/dblalock/bolt/pull/38 The issue is that each row is padded with...

Did you run `python setup.py install` inside the bolt repo after checking out the branch with the updated `python/bolt/bolt_api.py`? Following the steps here https://github.com/dblalock/bolt/issues/4#issuecomment-1163934659 . I just tested this on...

Here's commands that pass the pytests on macOS 12.5: ``` git clone https://github.com/dblalock/bolt.git pip install -r requirements.txt python setup.py install cd .. git clone [email protected]:clark-hive/kmc2.git cd kmc2/ git checkout clark/allow_duplicated_inputs...

'?' is a reserved character on windows systems; since this file has a question mark it's invalid. SO says there's no way around this except to use a different os....