Kim

Results 16 issues of Kim

Hello, I am using the latest version (438e93e3dc6053c3628773f5ed0131351c295053) of the 1.0-dev branch and get the following error when trying to sync some files: ``` Exception in thread syncer: Traceback (most...

bug
ASAP

Executing the following snippet leads to the exception `Error: BatchtoolsExpiration: Future ('') expired (registry path [..]).` on our LSF powered cluster. ```r library(future) library("future.batchtools") library(furrr) plan(batchtools_lsf, template = "lsf-simple.tmpl", resources...

Hello, consider the following code: ```python import mpv _url = 'test.webm' mpv = mpv.MPV() mpv.loadfile(_url) print('waiting') mpv.wait_for_playback() print('done') ``` On Linux, this will print `waiting`, then play `test.webm`, and finally...

I was wondering whether there's any way of automatically rendering defined models, similar to [`pymc3.model_graph.model_to_graphviz`](https://docs.pymc.io/api/model_graph.html). If there's currently no way of doing this, I'd be happy to submit a PR...

enhancement
discussion

Closes #86. ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking...

I created an [AUR](https://aur.archlinux.org/packages/nvidia-gpu-exporter-bin) package for this repository to make installing on Archlinux easier. Maybe this is also helpful for others :-) (Feel free to close this issue again)

Given two commits `x` and `y` (identified by their hash), it is possible to list all files which have been modified in `y` relative to `x` using the following command:...

discussion

**Describe the bug** In some cases, when using `SRAweb.sra_metadata` with a single run accession, multiple metadata rows are returned. It would seem more sensible to only return the metadata for...

bug

This PR is the home of the quasispecies reconstruction benchmark workflow. Eventually, it will make its way to master.

### Description Fix wrong rule names when nesting module imports. ### QC * [X] The PR contains a test case for the changes or the changes are already covered by...