aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-01-08 16:37:28 +0300
committerFrederick Muriuki Muriithi2024-01-08 16:37:28 +0300
commit0e8f06477acda15b6ff924bd5c599d58d541bb4c (patch)
tree08bd07543e69092f9fd17b4d840db5e7344e280f /README.org
parentcba824f61ad1d1dc489a54a3919351ffa956234c (diff)
downloadgn-uploader-0e8f06477acda15b6ff924bd5c599d58d541bb4c.tar.gz
Add channel authorization.
Diffstat (limited to 'README.org')
-rw-r--r--README.org15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.org b/README.org
index 1f899f5..84ad65a 100644
--- a/README.org
+++ b/README.org
@@ -25,6 +25,21 @@ following criteria:
- check line endings to make sure they are Unix and not DOS
- check strain headers against a source of truth (see strains.csv)
+** Guix Channel
+
+This repository can be used as a guix channel.
+
+#+BEGIN_SRC scheme
+ (channel
+ (name 'gnqc-py
+ (url "https://gitlab.com/fredmanglis/gnqc_py.git")
+ (introduction
+ (make-channel-introduction
+ "0d5dc5489837957e3fab513b9dcc550eddfe53ca"
+ (openpgp-fingerprint
+ "F370 F409 854B 90E3 52F3 AB01 362B 0BB8 B81D 5A42"))))
+#+END_SRC
+
** Development
For reproducibility, this project is developed using guix.