-
### Title
Launchcontainers: A Python tool for launching containerized analysis on HPC
### Leaders
Yongning Lei
email: t.lei@bcbl.eu
### Collaborators
_No response_
### Brainhac…
-
Motivation (source)
* https://en.wikipedia.org/wiki/Domain-specific_language
* https://www.jetbrains.com/mps/concepts/domain-specific-languages/
* https://indico.cern.ch/event/769263/contributions/…
-
Wanted to open this as a topic for discussion! I've used nanobind a lot lately, and find it to be a very good library. Cython of course, has been widely used in scientific Python projects for some tim…
-
Thanks for the library!
I'm considering using this to handle user-provided configurations for a scientific data processing pipeline. Most of the config parameters have sane defaults, but these defa…
-
C++17 gave us fold expressions, which are really nice compared to the templates we had to use before. Unfortunately, we currently can't use them in the places it makes the most sense (namely `tuple`),…
-
https://arxiv.org/abs/1802.10440
> Sepsis is a life-threatening condition affecting one million people per year in the US in which dysregulation of the body's own immune system causes damage to its…
-
### Title
Automatise your processing pipelines with nipype / pydra
### Leaders
David Meunier :
Twitter: https://twitter.com/DavidM0579
Mattermost: @david.meunier https://mattermost.brainhac…
-
Submitting Author: Chuck Ho (@ChuckHo777), Deepak Sidhu (@deepaksidhu), Nick Wu (@nichowu)
Repository: https://github.com/UBC-MDS/RSimplerEDA
Version submitted: v0.3.0
Editor: Tiffany Timbers (@t…
-
### Proposal Details
# Issue
I encountered this issue while parsing the output of an application I was working with:
* [`strconv.ParseFloat`](https://pkg.go.dev/strconv#ParseFloat) accepts numb…
-
Conda is an alternative python package distribution mechanism to pip/pypi.
It is not as widely use due to `pip` and pypi being the defacto defaults, but is widely used in the scientific community. …