From 39c7e3b661c5bacf2b7de65d3f553b0ea2dc70db Mon Sep 17 00:00:00 2001 From: Timothy Middelkoop Date: Tue, 29 Jun 2021 12:02:08 -0500 Subject: [PATCH] Remove broken code - in development branch. --- ReadMe.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 2ae34c6..9373c84 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -26,18 +26,6 @@ docker run -it --rm bayeswave:latest -- BayesWave \ --Niter 500 --outputDir master-test ``` -Run example workflow inside container (incomplete/fails), skip this. -```bash -docker run -it --rm bayeswave:latest -- /bin/bash -install -dv /data ; cd /data -curl -O https://git.ligo.org/lscsoft/bayeswave/-/raw/master/BayesWaveUtils/bayeswave_pipe_examples/LDG-GW150914/LDG-GW150914.ini -curl -O https://git.ligo.org/lscsoft/bayeswave/-/raw/master/BayesWaveUtils/bayeswave_pipe_examples/LDG-GW150914/makework-LDG-GW150914.sh - -pip install gwdatafind -sed -i -e 's|BAYESWAVE_PREFIX|/opt/bayeswave|g' LDG-GW150914.ini -bash makework-LDG-GW150914.sh -``` - Setup login credentials using a "personal access token" stored in the file `token` in the following form: ```bash REGISTRY_NAME="registry DNS name e.g. ghcr.io"