From b2e9052b4c5b2bb74e1129137f01687b88077239 Mon Sep 17 00:00:00 2001 From: eead-csic-compbio Date: Thu, 25 Jul 2024 12:23:19 +0200 Subject: [PATCH] added URL of all publications --- bin/rsat | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/rsat b/bin/rsat index 63caeb471..0d578b9d2 100755 --- a/bin/rsat +++ b/bin/rsat @@ -43,6 +43,7 @@ def citation(path): def usage_and_exit(usage, path): print(usage) print("\nMain citation:\n" + citation(path)) + print("\nAll publications:\nhttps://github.com/rsa-tools/rsat-code/blob/master/public_html/publications.csv\n") exit() def error(msg):