From ef8534d481a569ac55283faf6b1baf515d6feb66 Mon Sep 17 00:00:00 2001 From: Harshil Patel Date: Tue, 11 Feb 2020 11:57:04 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19d40f6..3011a00 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ You will also need to edit and add your custom profile to the [`nfcore_custom.co You will also need to edit and add your custom profile to the [`README.md`](https://github.com/nf-core/configs/blob/master/README.md) file in the top-level directory of the clone. In order to ensure that the config file is tested automatically with GitHub Actions please add your profile name to the `profile:` scope in [`.github/workflows/main.yml`](.github/workflows/main.yml). If you forget to do this the tests will fail with the error: + ```bash Run python ${GITHUB_WORKSPACE}/bin/cchecker.py ${GITHUB_WORKSPACE}/nfcore_custom.config ${GITHUB_WORKSPACE}/.github/workflows/main.yml Tests don't seem to test these profiles properly. Please check whether you added the profile to the Github Actions testing YAML.