Open maxlcummins opened 1 month ago
For others who may struggle with this issue try this or a similar image via biocontainers:
'quay.io/biocontainers/sra-human-scrubber:2.2.1--hdfd78af_0'
That looks like nextflow's problem.
Generally, a docker image provides the minimum necessary, they try to be small. It is standard to derive your own image from an existing one and add to it.
Hi @durbrow - a fair point, thanks for your response. Thought it was worth a note given compatibility with nextflow is desirable for many.
Feel free to close the issue
Hi!
The docker image does not contain ps which makes it incompatible with nextflow runs which capture performance metrics for processes.
Similar to this issue: https://forum.qiime2.org/t/docker-container-not-fully-compatible-with-nextflow/18699,