Skip to content

Commit

Permalink
Merge pull request #53 from itrujnara/dev
Browse files Browse the repository at this point in the history
Chenged command in CONTRIBUTING.md
  • Loading branch information
itrujnara authored Jun 10, 2024
2 parents 3f07f99 + 20b5704 commit 33c8fb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <OUTDIR>
```

When you create a pull request with changes, [GitHub Actions](https://github.com/features/actions) will run automatic tests.
Expand Down
1 change: 1 addition & 0 deletions .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ repository_type: pipeline
nf_core_version: "2.14.1"
lint:
files_exist: conf/igenomes.config
files_unchanged: .github/CONTRIBUTING.md

0 comments on commit 33c8fb0

Please sign in to comment.