Skip to content

Commit

Permalink
Merge pull request nf-core#49 from ewels/master
Browse files Browse the repository at this point in the history
Added section about wf name to guidelines
  • Loading branch information
apeltzer authored Oct 20, 2018
2 parents 8597209 + f8d5a7e commit d378869
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions markdown/guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ If possible, it's great if pipelines can also have:
* The [nf-core template](/tools#creating-a-new-workflow) comes with all required code to support this setup.
* Benchmarks from running on cloud environments such as [AWS](https://aws.amazon.com/)

## Workflow name
All nf-core pipeliens should be lower case and without punctuation.
This is to maximise compatibility with other platforms such as dockerhub, which enforce such rules.
In documentation, please refer to your pipeline as `nf-core/yourpipeline`.

## Coding style
The nf-core style requirements are growing and maturing over time.
Typically, as we agree on a new standard we try to build a test for it into the `nf-core lint` command.
Expand Down

0 comments on commit d378869

Please sign in to comment.