Fix an import bug and docs
parent
d9f4ea6fad
commit
d6c22fdbc7
|
@ -10,9 +10,9 @@ There are four actions that you need to take if you were using RAPIDS `0.4.3` or
|
||||||
??? check "Deploy RAPIDS in a new folder"
|
??? check "Deploy RAPIDS in a new folder"
|
||||||
|
|
||||||
- Clone RAPIDS 1.x in a new folder (do not pull the updates in your current folder)
|
- Clone RAPIDS 1.x in a new folder (do not pull the updates in your current folder)
|
||||||
|
- Activate your conda environment
|
||||||
- Install renv again `snakemake -j1 renv_install` (for Ubuntu take advantage of the [platform specific R `renv` instructions](../setup/installation))
|
- Install renv again `snakemake -j1 renv_install` (for Ubuntu take advantage of the [platform specific R `renv` instructions](../setup/installation))
|
||||||
- Restore renv packages `snakemake -j1 renv_restore` (for Ubuntu take advantage of the [platform specific R `renv` instructions](../setup/installation))
|
- Restore renv packages `snakemake -j1 renv_restore` (for Ubuntu take advantage of the [platform specific R `renv` instructions](../setup/installation))
|
||||||
- Activate your conda environment
|
|
||||||
- Move your participant files `pxx.yaml` to the new folder
|
- Move your participant files `pxx.yaml` to the new folder
|
||||||
- Move your time segment files to the new folder
|
- Move your time segment files to the new folder
|
||||||
- Move your `.env` file to the new folder
|
- Move your `.env` file to the new folder
|
||||||
|
|
|
@ -43,6 +43,7 @@ def get_phone_sensor_names():
|
||||||
return phone_sensor_names
|
return phone_sensor_names
|
||||||
|
|
||||||
def pull_phone_data_input_with_mutation_scripts(wilcards):
|
def pull_phone_data_input_with_mutation_scripts(wilcards):
|
||||||
|
from pathlib import Path
|
||||||
import yaml
|
import yaml
|
||||||
input = dict()
|
input = dict()
|
||||||
phone_stream = config["PHONE_DATA_STREAMS"]["USE"]
|
phone_stream = config["PHONE_DATA_STREAMS"]["USE"]
|
||||||
|
|
Loading…
Reference in New Issue