From 1bd04da708388db61b889240cfcd73f70431a2e3 Mon Sep 17 00:00:00 2001 From: Nick Watts <1156625+nawatts@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:29:32 -0500 Subject: [PATCH] Add deprecation notice (#47) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ebedf2..3793b3c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> [!WARNING] +> This repository is deprecated. Use [terra-tools](https://github.com/broadinstitute/terra-tools) instead. + # Tools for use with FireCloud To run a given script using the run script: @@ -13,4 +16,4 @@ To run a giving script using Docker: * Python 2.7 When running without the run script or docker, check the packages that are pip -installed in either run.sh or the Dockerfile. \ No newline at end of file +installed in either run.sh or the Dockerfile.