From ff8d6d7e18852c64e6d4bb1b0b33f830aa4a5a02 Mon Sep 17 00:00:00 2001 From: Amy Paguirigan Date: Thu, 10 Feb 2022 11:04:41 -0800 Subject: [PATCH] cromwell version name in script now. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2ca1cb7..44beb08 100644 --- a/README.md +++ b/README.md @@ -69,12 +69,12 @@ cp ./diy-cromwell-server/cromUserConfig.txt . 4. Kick off your Cromwell server: > Note: for version 1.2 and later, this script, `cromwell.sh` includes the version name in it, such as `cromwellv1.2.sh`. ``` -## You'll want to put `cromwell.sh` somewhere handy for future use, we suggest: -cp ./diy-cromwell-server/cromwell.sh . -chmod +x cromwell.sh +## You'll want to put `cromwellv1.2.sh` somewhere handy for future use, we suggest: +cp ./diy-cromwell-server/cromwellv1.2.sh . +chmod +x cromwellv1.2.sh # Then simply start up Cromwell: -./cromwell.sh cromUserConfig.txt +./cromwellv1.2.sh cromUserConfig.txt ``` 5. Much like the `grabnode` command you may have used previously, the script will run and print back to the console instructions once the resources have been provisioned for the server. You should see something like this: