Jordi
Jordi
### Prerequisite * [x] Make sure your problem is not listed in [the common build problems](https://github.com/pyenv/pyenv/wiki/Common-build-problems). * [x] Make sure no duplicated issue has already been reported in [the pyenv...
Say that we have two jobs/tools, which will be grouped by the system: > job1|job2 When I try to set specs for a job2, it looks like they are ignored,...
I'm trying to get a splitted interleaved output for a pair end experiment, but I cannot find the proper command line. Is this even possible? I tried ``` $ fastp...
I tried to install Pygments in a python 2.7.3 setup as a standard user (shared cluster, no root access), but it went bad and not pygmentize is also throwing an...
It would be good if the configuration file could be located somewhere else. In particular, it would be nice to have it located where the XDG specification states (https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html), so...
Dear @johnkerl, the booleans in Miller are clearly defined as ``` boolean: literals true and false; results of ==, , etc. ``` The result of comparisons are internal and will...
Dear @johnkerl, sometimes I hit the need of using a parameter for a string format more than once: ``` put '$result = format("{}/{}/{}_{}.ext", $param1, $param2, $param1, $param3)' ``` it would...