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"