adlofts created page: home authored by Andrew Lofts's avatar Andrew Lofts
......@@ -9,7 +9,7 @@ This project will automatically be downloaded when you download any of the follo
This project and can be found in the *analysis/support/dependencies* directory and should contain a [Git Version Identifier](https://git.sharcnet.ca/bucanl_eeglab/eeglab_asr_amica/wikis/home#updates-git-and-version-control) after its name.
# Extensions
This version of EEGLAB conftains the following BUCANL plugins:
This version of EEGLAB conftains the following BUCANL plugins as git sub modules:
* [**batch_context**](https://git.sharcnet.ca/bucanl_eeglab_extensions/batch_context)
* [**vised_marks**](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks)
* [**interp_mont**](https://git.sharcnet.ca/bucanl_eeglab_extensions/interp_mont)
......@@ -18,6 +18,17 @@ as well as others found on the EEGLAB Extension Website including:
* [**clean_rawdata**](https://sccn.ucsd.edu/wiki/EEGLAB_Extensions)
* [**biosig**](https://sccn.ucsd.edu/wiki/EEGLAB_Extensions)
# Downloading this Package
**Pipeline**
*Git Repository*
* https://git.sharcnet.ca/bucanl_pipelines/eeg_pipe_asr_amica
```matlab
git clone --recursive git@git.sharcnet.ca:bucanl_pipelines/eeg_pipe_asr_amica.git
```
The recursive command will download the sub modules that are need to run this pipeline.
# Updates, Git and Version Control
**Associated Pipelines**
In order to determine which BUCANL EEGLAB version you are using navigate to the eeglab directory in the associated **Pipeline** Project.
......
......