richelbilderbeek / razzo

Research project by Giovanni Laudanno and Richel J.C. Bilderbeek
GNU General Public License v3.0
2 stars 2 forks source link

Regen example data #375

Closed richelbilderbeek closed 4 years ago

richelbilderbeek commented 4 years ago

screen02

richelbilderbeek commented 4 years ago

So, this is all it takes?

richel@sonic:~/tmp$ Rscript -e 'razzo::create_parameters_files(experiment_type = "test")'
Registered S3 method overwritten by 'pryr':
  method      from
  print.bytes Rcpp
[1] "/home/richel/tmp/data/0.2-0.15-1-0.1/1/parameters.RDa"
[2] "/home/richel/tmp/data/0.2-0.15-1-0.1/2/parameters.RDa"
richelbilderbeek commented 4 years ago

Nope,

richel@sonic:~/GitHubs/razzo/inst/extdata/razzo_project$ cd data/0.2-0.15-1-0.1/
1/ 2/ 
richel@sonic:~/GitHubs/razzo/inst/extdata/razzo_project$ cd data/0.2-0.15-1-0.1/
richel@sonic:~/GitHubs/razzo/inst/extdata/razzo_project/data/0.2-0.15-1-0.1$ ls
1  2
richel@sonic:~/GitHubs/razzo/inst/extdata/razzo_project/data/0.2-0.15-1-0.1$ cd 1
richel@sonic:~/GitHubs/razzo/inst/extdata/razzo_project/data/0.2-0.15-1-0.1/1$ ls
parameters.RDa
richel@sonic:~/GitHubs/razzo/inst/extdata/razzo_project/data/0.2-0.15-1-0.1/1$ Rscript -e 'razzo::run_razzo_from_file("parameters.RDa")'

and those kind of things...

richelbilderbeek commented 4 years ago

I think this is the superior way:

richel@sonic:~/GitHubs/razzo_project$ ./scripts/regen_data.sh 
richelbilderbeek commented 4 years ago

Done with this commit