... | ... | @@ -6,7 +6,7 @@ This repository contains a version of EEGLAB used for BUCANL specific pipelines. |
|
|
This project will automatically be downloaded when you download any of the following BUCANL Pipelines:
|
|
|
* [**bucanl_pipeline_asr_ amica**] (https://git.sharcnet.ca/bucanl_pipelines/eeg_pipe_asr_amica)
|
|
|
|
|
|
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.
|
|
|
This project and can be found in the *analysis/support/dependencies* directory.
|
|
|
|
|
|
# Extensions
|
|
|
This version of EEGLAB conftains the following BUCANL plugins as git sub modules:
|
... | ... | @@ -36,9 +36,12 @@ The recursive command will download the sub modules that are need to run this pi |
|
|
|
|
|
# Updates, Git and Version Control
|
|
|
You can determine if this version of EEGLAB is updated by checking through the website or by using git.
|
|
|
Even if your pipeline does not contain the most updated version of the associated BUCANL EEGLAB it should still work as designed, and also remember to use the recursive command when cloning the repository in order to get each of the sub modules.
|
|
|
Even if your pipeline does not contain the most updated version of the associated BUCANL EEGLAB it should still work as designed, as we will only update the pipeline submoduals once they are ready. Also remember to use the recursive command when cloning the repository in order to get each of the sub modules.
|
|
|
|
|
|
# Git
|
|
|
**Git**
|
|
|
|
|
|
***
|
|
|
|
|
|
Navigate to your eeglab using the *cd* command. Using *git status* you will be able to see any new developments to sub modules in the untracked changes as **(modified content)** and yield something like this:
|
|
|

|
|
|
This shows the changes that have happened in the sub modules.
|
... | ... | @@ -56,7 +59,10 @@ cd /location/of/eeglab |
|
|
git submodule foreach git pull
|
|
|
```
|
|
|
|
|
|
# Website
|
|
|
**Website**
|
|
|
|
|
|
***
|
|
|
|
|
|
**Associated Pipelines**
|
|
|
In order to determine which BUCANL EEGLAB version you are using navigate to the eeglab directory in the associated **Pipeline** Project.
|
|
|
|
... | ... | @@ -65,7 +71,6 @@ In order to determine which BUCANL EEGLAB version you are using navigate to the |
|
|
You should see a brief code such as *@2a691adf* proceeding the EEGLAB link which is the version identifier.
|
|
|
Proceed to the network tab of this **EEGLAB** project. You should see that the pipeline version code matches the start of the this EEGLAB version code.
|
|
|

|
|
|
Even if your pipeline does not contain the most updated version of the associated BUCANL EEGLAB it should still work as designed.
|
|
|
|
|
|
***
|
|
|
|
... | ... | @@ -87,9 +92,10 @@ Under this page click the green *New Issue* Button on the right side of the scre |
|
|
|
|
|

|
|
|
|
|
|
In the written section please provide a short but detailed description of the problem and attach any files that are necessary to replicate the issue. Alternatively for remote jobs allow allow jdesjard access to a Sharcnet folder containing the necessary files.
|
|
|
In the written section please provide a short but detailed description of the problem and attach any files that are necessary to replicate the issue.
|
|
|
Alternatively for remote jobs allow ** jdesjard** access to the Sharcnet folder containing the necessary files.
|
|
|
|
|
|
To do this *cd* to the folder containing the folder to be shared.
|
|
|
To give access *cd* to the folder containing the folder to be shared.
|
|
|
```
|
|
|
setfacl -Rm u:jdesjard:rwx fname
|
|
|
```
|
... | ... | |