Skip to content

Commit

Permalink
Merge branch 'main' into prior
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 authored Sep 26, 2024
2 parents 45663a9 + a52d639 commit 89c72db
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,25 @@
Examples are generated with the following code (from the root of the repo):

```
mkdir examples
mkdir examples/arfi_example
synergy_dataset get -d van_de_Schoot_2018 Smid_2020 -o examples/arfi_example/data -l
cd examples/arfi_example
asreview makita template arfi --overwrite --platform Linux
asreview makita template arfi --overwrite --platform linux
cd ../..
mkdir examples/basic_example
synergy_dataset get -d van_de_Schoot_2018 Smid_2020 -o examples/basic_example/data -l
cd examples/basic_example
asreview makita template basic --overwrite --platform Linux
asreview makita template basic --overwrite --platform linux
cd ../..
mkdir examples/multimodel_example
synergy_dataset get -d van_de_Schoot_2018 Smid_2020 -o examples/multimodel_example/data -l
cd examples/multimodel_example
asreview makita template multimodel --overwrite --platform Linux
asreview makita template multimodel --overwrite --platform linux
cd ../..
synergy_dataset get -d van_de_Schoot_2018 Smid_2020 -o examples/prior_example/data -l
ren ./examples/prior_example/data/Smid_2020.csv prior_Smid_2020.csv
cd examples/prior_example
asreview makita template prior --overwrite --platform Linux
asreview makita template prior --overwrite --platform linux
cd ../..
```

0 comments on commit 89c72db

Please sign in to comment.