Skip to content

Commit

Permalink
Remove broken code - in development branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddelkoop authored and GitHub committed Jun 29, 2021
1 parent 9821ac4 commit 39c7e3b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 39c7e3b

Please sign in to comment.