diff options
author | Justin Bedo <cu@cua0.org> | 2021-10-08 17:09:51 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2021-10-08 17:09:51 +1100 |
commit | ad6cfe445504cdcc8689142046cd1142ebf3de7b (patch) | |
tree | 57cc03832f6515284794731bbf9b5610a8724a2f | |
parent | 7c46b53f316d43aad3bf7cb6891c5eb05b996de5 (diff) |
Update README
1. Add citation to paper
2. Create a chat room on Matrix
-rw-r--r-- | README.md | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -41,7 +41,7 @@ this pipeline and the other examples. `tools/platypus-callVariants.nix`. - The Nix expression for the `platypus` software itself can be found in [nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/science/biology/platypus/default.nix). - + ## Constructing workflows Writing workflows requires some familiarity with the Nix @@ -109,9 +109,12 @@ distributed machines. See the [manual](https://nixos.org/nix/manual/#chap-distributed-builds) and [wiki](https://nixos.wiki/wiki/Distributed_build) for more information. +## Citing + +1. Bedő, J., Di Stefano, L., & Papenfuss, A. T. (2020). Unifying package managers, workflow engines, and containers: Computational reproducibility with BioNix. GigaScience, 9(11). https://doi.org/10.1093/gigascience/giaa121 + ## Getting help and contributing -For general questions, issues, and -[contributing](https://git-send-email.io), please -[email](mailto:bionix@cua0.org) or [subscribe -to](mailto:bionix+subscribe@cua0.org) our mailing list. +For general questions, issues, and [contributing](https://git-send-email.io), +please [email](mailto:bionix@cua0.org) or [subscribe to](mailto:bionix+subscribe@cua0.org) +our mailing list. There is also a chat room on [Matrix](https://matrix.to/#/#bionix:vk3.wtf). |