Last modified by robing on 2022/03/25 09:55

From version 11.1
edited by robing
on 2020/01/20 10:04
Change comment: There is no comment for this version
To version 20.1
edited by robing
on 2020/01/21 00:34
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -26,6 +26,14 @@
26 26  
27 27  === in the collab (beta) ===
28 28  
29 +* **Copy the collab drive to your drive space**
30 +** Open the Drive from the left menu
31 +** Select the folders 'pipeline' and 'datasets'
32 +** Select 'Copy', and then 'My Library' from the dropdown 'Other Libraries'
33 +
34 +* **Start a Jupyter Hub instance **
35 +copy the URL to another browser page: 'jupyterhub-preview.apps-dev.hbp.eu'
36 +
29 29  * **Edit the config files**
30 30  Each stage has a config file to specify which analysis/processing blocks to execute and which parameters to use. General and specific information about the blocks and parameters can found in the README and config files. The default values are set for an example dataset (ECoG, anesthetized mouse, IDIBAPS [ref]).
31 31  ** stage01_data_entry: [README.md](), [config.yaml]()
... ... @@ -34,12 +34,10 @@
34 34  ** stage04_wavefront_detection: [README.md](), [config.yaml]()
35 35  ** stage05_wave_characterization: [README.md](), [config.yaml]()
36 36  
37 -* **Start a Jupyter Hub instance**
45 +* **Run the notebook**
46 +In the jupyter hub, navigate to `drive/My Libraries/My Library/pipeline/showcase_notebooks/run_snakemake_in_collab.ipynb`, or where you copied the 'pipeline' folder to.
47 +* Follow the notebook to install the required packages into your Python kernel, set the output path, and execute the pipeline with snakemake.
38 38  
39 -* **Follow the notebook**
40 -In the jupyter hub, navigate to `drive/Shared with groups/Slow Wave Analysis Pipeline/pipeline/showcase_notebooks/snakemake_collab_test.ipynb`.
41 -Follow the notebook to install the required packages into your Python kernel, set the output path, and execute the pipeline with snakemake.
42 -
43 43  * **Coming soon**
44 44  ** Use of KnowledgeGraph API
45 45  ** Provenance Tracking
... ... @@ -52,7 +52,7 @@
52 52  
53 53  * **Build the Python environment**
54 54  In the wavescalephant repository, there is an environment file (`pipeline/envs/wavescalephant_env.yaml`) specifying the required packages and versions. To build the environment, we recommend using *conda* ([how to get started with conda]()).
55 -`conda env create ~-~-file /envs/wavescalephant_env.yaml`.
61 +`conda env create ~-~-file /envs/wavescalephant_env.yml`.
56 56  
57 57  * **Edit the settings**
58 58  The settings file specifies the path to the output folder, where results are saved to. Open the template file `pipeline/settings_template.py`, set the `output_path` to the desired path, and save it as `pipeline/settings.py`.