You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
committed
fix(qc): add procps-ng to QC containers and fix contributors manifest
CI on PR nf-core#205 surfaced two lint failures and container failures:
- nf-core lint: the three Altos contributor entries in the manifest had a
trailing comma after their last field. Groovy tolerates it but nf-core's
linter converts the manifest to JSON and choked (JSONDecodeError). This also
cascaded into spurious files_exist igenomes failures because the config-aware
exemption depends on a parseable manifest. Removing the trailing commas clears
both.
- nf-test: QC processes died with exit status 1 (`Command 'ps' required by
nextflow to collect task metrics cannot be found`). The micromamba-based QC
containers lacked procps. Added conda-forge::procps-ng to all three QC
environment.yml files (source of truth for docker/singularity/conda).
Co-authored-by: Malwina Prater <mprater@altoslabs.com>
Co-authored-by: Nell Nie <nnie@altoslabs.com>
Co-authored-by: Christel Krueger <ckrueger@altoslabs.com>
0 commit comments