Skip to content
Snippets Groups Projects
Unverified Commit 8ba61d29 authored by AJRubio-Montero's avatar AJRubio-Montero Committed by GitHub
Browse files

Update README.md

parent 1d6fcc19
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ sudo docker run --privileged -e ONECLIENT_ACCESS_TOKEN=$TOKEN \ ...@@ -109,7 +109,7 @@ sudo docker run --privileged -e ONECLIENT_ACCESS_TOKEN=$TOKEN \
-it <container name> bash -lc "do_*_onedata.py <ARTI do_* params>" -it <container name> bash -lc "do_*_onedata.py <ARTI do_* params>"
``` ```
### Running simulations (S0) ### Running simulations (generating S0 data)
1. Export credentials 1. Export credentials
...@@ -126,7 +126,7 @@ sudo docker run --privileged -e ONECLIENT_ACCESS_TOKEN=$TOKEN \ ...@@ -126,7 +126,7 @@ sudo docker run --privileged -e ONECLIENT_ACCESS_TOKEN=$TOKEN \
-it onedatasim-s0:dev bash -lc "do_sims_onedata.py -?" -it onedatasim-s0:dev bash -lc "do_sims_onedata.py -?"
``` ```
. Simple simulation example: 3. Simple simulation example:
```sh ```sh
sudo docker run --privileged -e ONECLIENT_ACCESS_TOKEN=$TOKEN \ sudo docker run --privileged -e ONECLIENT_ACCESS_TOKEN=$TOKEN \
...@@ -144,9 +144,7 @@ sudo docker run --privileged -e ONECLIENT_ACCESS_TOKEN=$TOKEN \ ...@@ -144,9 +144,7 @@ sudo docker run --privileged -e ONECLIENT_ACCESS_TOKEN=$TOKEN \
-it <container name> bash -lc "do_sims_onedata.py <other ARTI do_* params> -j <procs>" -it <container name> bash -lc "do_sims_onedata.py <other ARTI do_* params> -j <procs>"
``` ```
### Analysing S0 datasets ### Analysing S0 datasets (generating S1 data)
1. Export credentials 1. Export credentials
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment