From f26f808581bd3da99e5ffa2a4d77e25555515395 Mon Sep 17 00:00:00 2001 From: Nana Mensah Date: Mon, 28 Oct 2019 12:09:31 +0000 Subject: [PATCH] Update workstation housekeeping readme and version --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a177f44..aed7e7f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Workstation Housekeeping v1.5 +# Workstation Housekeeping v1.6 Scripts to manage data on the NGS workstation @@ -56,6 +56,7 @@ Delete local directories that have been uploaded to the DNAnexus cloud storage s git clone https://github.com/moka-guys/workstation_housekeeping.git pip install workstation_housekeeping/wscleaner wscleaner --version # Print version number +# If installing on workstation see wscleaner/README.md section 'Workstation Environment' ``` ### Usage @@ -65,4 +66,4 @@ wscleaner --set-key DNA_NEXUS_KEY # Cache dnanexus api key wscleaner ROOT_DIRECTORY --logfile LOGFILE_PATH ``` ---- \ No newline at end of file +---