From 4708906c4312b719c52dfd67115535601f3049df Mon Sep 17 00:00:00 2001 From: Pariksheet Nanda Date: Mon, 15 Aug 2016 17:40:23 -0400 Subject: [PATCH] DOC: Verify installation versions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d306e6f..0053e21 100644 --- a/README.md +++ b/README.md @@ -76,3 +76,12 @@ remote$ clush -l root ls /root/ remote$ alias clush="clush -w cgi[01-10]" remote$ clush -l root ./cgi-updater-payload.sh ``` + +### Finishing up + +Verify R and biopython versions: + +```sh +remote$ clush -l root "R --version | awk 'NR == 1 {print \$3}'" +remote$ clush -l root "pip show biopython | awk '/Version/ {print \$2}'" +```