Christina Chatzipantsiou
Christina Chatzipantsiou
Similar to this one: https://github.com/lifebit-ai/vep-template/pull/39#issuecomment-1092547843
https://github.com/lifebit-ai/action-cloudos-cli#cloudos_cli_flag
In the first iteration the latest at the time of creation of the action, cloudos-cli version container was used as base. We would want these 2 repos to be in...
> NOTE: GitHub actions requires additional configuration for running on GPU instances. It is recommended to implement first the cpu only mode. There are also limitations in the resources that...
```groovy #!/usr/bin/env nextflow Channel .fromPath('hello.txt') .map { [it, it.size()] } .set { input_ch } process foo { disk { $x.size() < 600.GB ? 400.GB : 700.GB } input: set file(x),...
Awesome work! I would like to give it a try as a non-interactive R script, ideally to be able to combine with https://github.com/francescodc87/IPA in a workflow at some point. Could...