Robrecht Cannoodt

Results 39 issues of Robrecht Cannoodt

Fixes #3495. Running eval.ai with docker-compose and trying to connect with a remote worker does not work. It seems the remote worker script is a bit out of date with...

Running eval.ai with docker-compose and trying to connect with a remote worker does not work. It seems the remote worker script is a bit out of date with the current...

Hi @IndrajeetPatil ! Thank you for creating ggstatsplot and statsExpressions! :relaxed: I love having a consistent API for running different types of tests.

## Usage scenario I'd like to be able to return a tuple with optional elements. For example, by defining the output as `tuple val(id), path("output.txt"), path("output2.txt" optional: true)`, I'd like...

lang/processes

I added a few extra commands so that the awesome-cv template would also support the cover letter funtionality of awesome-cv. [example_output.pdf](https://github.com/mitchelloharawild/vitae/files/3937581/example_output.pdf) Example code ```r --- name: Claud D. surname: Park...

Hi all! I'm currently reviewing anndata's submission to JOSS (openjournals/joss-reviews#4371). I think the paper is very well written and is worthy of publication at JOSS. However, in going over the...

I split up this function into two separate functions so that I can use sysreqs in usecases for which I do not have a DESCRIPTION file, for example: ```r Sys.setenv(RHUB_PLATFORM...

Hello @mojaveazure Thanks for your work in creating this package, I believe it is very valuable to be able to store seurat objects as h5 files, as well as convert...

This is a proposed solution for #75. This ensures that no implicit `py_to_r(...)` conversion occurs in `AnnDataToSCE(...)` using the `disable_conversion_scope(...)` helper function stolen from reticulate :)). * All values extracted...

Hey @lazappi ! Since the lack of support for boolean attributes remains a blocking issue with rhdf5, I decided to give hdf5r a try. The current PR seems to work...