Ben Darwin
                                            Ben Darwin
                                        
                                    I guess you're talking about inputs ... do you prefer specifications with no suffix to behave consistently across clusters or to mimic the local cluster?
'None' is the Python-ism for this, the annoyance being that this doesn't parse as a number so the user can't specify it explicitly (e.g., to override an environment var via...
I don't mind lenses being represented as an explicit AST (e.g., `%.%`, `map_l`, etc. merely store their arguments). In this case we might have some (lens!) combinators for various traversals...
I wasn't claiming that a lens law was violated here, although I'm not surprised that it's possible. Even more serious: this is actually a violation of equational reasoning in which...
Ah, you're right about this example.
Also cool code examples at the top of the website like at https://www.python.org/ (but alongside comparisons to base R or dplyr).
Is `VOLUME_CACHE_THRESHOLD` set ?
Hmm, quite possible it is a memory leak in the C bindings or similar. Is this memory measurement the whole machine or your R process? If the latter, do you...
Just as a quick note -- as a better workaround than randomizing, you could probably run mincWriteVolume from short-lived subprocesses e.g. using `batchMap` from `batchtools` with local multiprocessing backend.
> > Do I have access to your modules/files on Niagara? > > Yes > > ``` > export QUARANTINE_PATH=/project/m/mchakrav/quarantine > module use ${QUARANTINE_PATH}/modules > module load cobralab > ```...