courcelm

Results 3 issues of courcelm

A new file security checkup in Django 2.2.21 throws SuspiciousFileOperation. For reference see: https://docs.djangoproject.com/en/dev/releases/2.2.21/ https://github.com/django/django/commit/04ac1624bdc2fa737188401757cf95ced122d26d Django now prevents empty file name: ` # Remove potentially dangerous names if name in...

## Bug report When storeDir is used with an output tuple, the channel doesn't produce the expected output. ### Expected behavior and actual behavior Output without storeDir: [1, /home/X/work/e6/23dc34e4d6f87b5a6f6a3faa340a97/1.txt] [2,...

stale

Current slicing/join was concatenating the whole chromosome sequence when only a slice was required. That required 2-3 GB of memory in some case and it was slow in my use...