Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#### Other
* Fix small typo in central readme of tools for future releases
* Switched to yaml.safe_load() to fix PyYAML warning that was thrown because of a possible [exploit](https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation)
* Add `nf-core` citation

## v1.6

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,3 +429,8 @@ INFO: Updating version in Singularity
```

To change the required version of Nextflow instead of the pipeline version number, use the flag `--nextflow`.

## Citation

If you use `nf-core tools` in your work, please cite the `nf-core` preprint as follows:
Ewels PA, Peltzer A, Fillinger S, Alneberg JA, Patel H, Wilm A, Garcia MU, Di Tommaso P, Nahnsen S. **nf-core: Community curated bioinformatics pipelines**. *bioRxiv*. 2019. p. 610741. [doi: 10.1101/610741](https://www.biorxiv.org/content/10.1101/610741v1).
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,12 @@ The {{ cookiecutter.name }} pipeline comes with documentation about the pipeline

## Credits
{{ cookiecutter.name }} was originally written by {{ cookiecutter.author }}.


## Citation

<!-- TODO nf-core: Add citation for pipeline after release. Uncomment lines below and add citation. -->
<!-- If you use {{ cookiecutter.name }} for your analysis, please cite it as follows: -->

You can cite the `nf-core` pre-print as follows:
Ewels PA, Peltzer A, Fillinger S, Alneberg JA, Patel H, Wilm A, Garcia MU, Di Tommaso P, Nahnsen S. **nf-core: Community curated bioinformatics pipelines**. *bioRxiv*. 2019. p. 610741. [doi: 10.1101/610741](https://www.biorxiv.org/content/10.1101/610741v1).