Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔤 adding citation details. #96

Merged
merged 1 commit into from
Nov 26, 2024
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
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,26 @@ Read the [documentation](https://snk.wytamma.com) for more information.
## License

`snk` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.


## Citation

If you use `snk` in an academic setting then please cite the following article:

- Wirth, Wytamma, Simon Mutch, and Robert Turnbull. “Snk: A Snakemake CLI and Workflow Management System.” *Journal of Open Source Software* 9, no. 103 (2024): 7410. DOI: [10.21105/joss.07410](https://doi.org/10.21105/joss.07410).

In BibTeX format:

```
@article{Wirth2024,
doi = {10.21105/joss.07410},
year = {2024},
publisher = {The Open Journal},
volume = {9},
number = {103},
pages = {7410},
author = {Wytamma Wirth and Simon Mutch and Robert Turnbull},
title = {Snk: A Snakemake CLI and Workflow Management System},
journal = {Journal of Open Source Software}
}
```
23 changes: 23 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ title: Home
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/snk.svg)](https://pypi.org/project/snk)
[![write-the - docs](https://badgen.net/badge/write-the/docs/blue?icon=https://raw.githubusercontent.com/Wytamma/write-the/master/images/write-the-icon.svg)](https://write-the.wytamma.com/)
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FWytamma%2Fsnk&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://github.com/Wytamma/snk)
[![status](https://joss.theoj.org/papers/e0b3241a56503fc2cae712d95c9142d8/status.svg)](https://joss.theoj.org/papers/e0b3241a56503fc2cae712d95c9142d8)

---

Expand Down Expand Up @@ -126,3 +127,25 @@ Read the [documentation](https://snk.wytamma.com) for more information.
## License

`snk` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

## Citation

If you use `snk` in an academic setting then please cite the following article:

- Wirth, Wytamma, Simon Mutch, and Robert Turnbull. “Snk: A Snakemake CLI and Workflow Management System.” *Journal of Open Source Software* 9, no. 103 (2024): 7410. DOI: [10.21105/joss.07410](https://doi.org/10.21105/joss.07410).

In BibTeX format:

```
@article{Wirth2024,
doi = {10.21105/joss.07410},
year = {2024},
publisher = {The Open Journal},
volume = {9},
number = {103},
pages = {7410},
author = {Wytamma Wirth and Simon Mutch and Robert Turnbull},
title = {Snk: A Snakemake CLI and Workflow Management System},
journal = {Journal of Open Source Software}
}
```
Loading