Aubrey Bailey

Results 7 comments of Aubrey Bailey

There are a couple big issues with docker/podman, selinux and nextflow. The first and biggest is using selinux context labels: Ideally if you're running SELinux you're on RHEL8 (or equivalent)...

Nice background! Thanks! I would very much appreciate a shiny + tidyverse + verse(markdown, knitr, tinytex, etc), as my goal was a shiny app that knits a report. I'm sure...

I would think this shouldnt matter, except in stutter correction. The stutter correction profile is probably "good enough" even if you dont have enough samples to build your own model,...

It would help if you provided an un-paywalled / open-access version of your article.

I suspect that you ran out of memory or hit an open-files ulimit. perhaps this will fix: ``` ulimit -n 10000 ```

I'm guessing this is abandoned. Same issue :(

A couple of problems are happening for you. 1. docker cant mount single files, only directories, so ``` volumes: - ./docker/sftp/users.conf:/etc/sftp/users.conf:ro ``` was never going to work. 2. the /etc/sftp/...