From bf3260d049ad511d7e96464759dffb6e19cc67f4 Mon Sep 17 00:00:00 2001 From: itrujnara Date: Mon, 10 Jun 2024 11:54:49 +0200 Subject: [PATCH] Chenged command in contributing file and disabled lint --- .github/CONTRIBUTING.md | 2 +- .nf-core.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e082f69..4c73df3 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -29,7 +29,7 @@ If you're not used to this workflow with git, you can start with some [docs from You have the option to test your changes locally by running the pipeline. For receiving warnings about process selectors and other `debug` information, it is recommended to use the debug profile. Execute all the tests with the following command: ```bash -nf-test test --profile debug,test,docker --verbose +nextflow run . -profile debug,test,docker --outdir ``` When you create a pull request with changes, [GitHub Actions](https://github.com/features/actions) will run automatic tests. diff --git a/.nf-core.yml b/.nf-core.yml index 448dcec..90393b3 100644 --- a/.nf-core.yml +++ b/.nf-core.yml @@ -2,3 +2,4 @@ repository_type: pipeline nf_core_version: "2.14.1" lint: files_exist: conf/igenomes.config + files_unchanged: .github/CONTRIBUTING.md