ngless icon indicating copy to clipboard operation
ngless copied to clipboard

NGLess: NGS with less work

Results 35 ngless issues
Sort by recently updated
recently updated
newest added

As it stands, references can be pre-installed, but not modules.

enhancement

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`.

enhancement

Instead of CSV/TSV format.

enhancement

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...

enhancement

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....