metagenomics / metagenomics-tk

GNU Affero General Public License v3.0
6 stars 1 forks source link

Fix/output owner permissions #376

Closed pbelmann closed 4 weeks ago

pbelmann commented 4 weeks ago

Nextflow fixownership issue does not work in all containers, which is due to the fact that chown --from is not possible in busybox docker images.

This PR fixes the file pemissions of output files manually.

PR review guidelines

Thank you for submitting this PR.

Before merge: