ngless
ngless copied to clipboard
NGLess: NGS with less work
As it stands, references can be pre-installed, but not modules.
Not clear exactly on the desired behaviour/API. But here is a proposal: counts = count(mapped, features=['A', 'B'], multiple=[{dist1}, {all1}]) write(counts, ofile='counts.{features}.{multiple}.txt') would result in 4 files: `counts.A.dist1.txt`, `counts.A.all1.txt`, `counts.B.dist1.txt`, `counts.B.all1.txt`.
Sometimes when I'm testing things, jobs fail and leave active locks behind. Subsequent calls fail as they cannot obtain any lock. Currently I workaround this by removing the `ngless-locks` folder...
This was tested using the 1.0.0 conda build (is this one just the wrapped static build?) as well as with several different 'static' and containerized versions from 0.9 to 1.0.1....