... | ... | @@ -2,15 +2,16 @@ |
|
|
# Directories
|
|
|
All of the BUCANL pipelines follow the same directory system so that all of the scripts and configuration files can accurately load and save files.
|
|
|
:so: After downloading the pipeline please rename the outermost folder *project_name* to the name of your project.
|
|
|
The next directories below the project name are analysis, remote_archive and remote work. Analysis contains the majority of the project information and remote_archive and remote_work contain__________________________________________.
|
|
|
|
|
|
The next directories below the project name are analysis, remote_archive and remote work. Analysis contains the majority of the project information and remote_archive and remote_work contain are placeholder folders if you choose to [mount your remote work](https://git.sharcnet.ca/bucanl_eeglab_extensions/batch_context/wikis/remote-start-up#mounting-the-project).
|
|
|
|
|
|

|
|
|
|
|
|
# Data
|
|
|
**0_raw:** Your raw data files and location files will be placed here, they will have a extension such as .bdf. These files are loaded into the *init* script.
|
|
|
**1_init:** Your data files will go here after they have been initialled and are have the .set/.fdt extension. These files are loaded into the *scalpart* script.
|
|
|
**2_preproc:** All of the processed files created by the pipeline will be saved into this folder. The final file from the main pipeline is the *_comp* file. This file then goes into *dipfit* for the final local part.
|
|
|
**3_check:** The pipeline does not automatically save any files into this folder, but it is useful to store files after they have been visually inspected and are ready for analysis.
|
|
|
**0_raw:** Your raw data files and individual location files will be placed here, they will have a extension such as .bdf. These files are loaded into your own *init* script or the StudyBuddy script. If you are loading a level 0 ESS capsule then place the main project folder in this folder.
|
|
|
**1_init:** Your data files will go here after they have been initialled and are have the .set/.fdt extension. If the files only have a .set part make sure your eeglab options are correct, and that you loaded the matlab.minit file in your configs.These files are loaded into the rest of the pipeline.
|
|
|
**2_preproc:** All of the processed files created by the pipeline will be saved into this folder. The final file from the main pipeline is the *_comp* file. This file then goes into *dipfit* for the final local part. These files are essentially backups so you can go look at the data during any stage of the processing you want.
|
|
|
**3_check:** The pipeline does not automatically save any files into this folder, but it is useful to store files after they have been visually inspected or segmented and are ready for analysis.
|
|
|
**4_study:** The pipeline does not automatically save any files into this folder, but it is useful to store files that are included in your study.
|
|
|
|
|
|
# Log
|
... | ... | @@ -21,16 +22,16 @@ Log is automatically populated with scripts when you execute the pipeline. You w |
|
|
* A single **.sh** submit script that contains the job commands that were sent to the remote servers. (Remote Jobs Only)
|
|
|
|
|
|
# Support
|
|
|
**Config** This folder contains all of the configuration files that are needed for the EEGLAB plugins. Configuration files will have a **.cfg** or **.txt** extension.
|
|
|
**Config** This folder contains all of the configuration files and init files that are needed for the EEGLAB plugins. Configuration files will have a **.cfg** or **.txt** extension.The naming of the configuration files should mirror the script that they goes with.
|
|
|
|
|
|
**Dependencies/eeglab:** This folder will contain the correct [BUCANL EEGLAB](https://git.sharcnet.ca/bucanl_eeglab/eeglab_asr_amica) version to support this pipeline. You can check to see the exact version by following the instructions in [Version Control](https://git.sharcnet.ca/bucanl_pipelines/eeg_pipe_asr_amica/wikis/updates-and-git-version-control).
|
|
|
|
|
|
**Misc:** This folder contains a bunch of miscellaneous support pieces such amica parameter files, and EEG location models.
|
|
|
|
|
|
**Scripts:** This folder contains all of the [Script Files](https://git.sharcnet.ca/bucanl_pipelines/eeg_pipe_asr_amica/wikis/pipeline-scripts) that make up process behind the pipeline. These have the extension **.htb** and are called history Batch Files as they are executed with the *batch_context* extension.
|
|
|
**Scripts:** This folder contains all of the [Script Files](https://git.sharcnet.ca/bucanl_pipelines/eeg_pipe_asr_amica/wikis/pipeline-scripts) that make up process behind the pipeline. These have the extension **.htb** and are called **H**istory **B**atch **F**iles as they are executed in the *batch_context* extension.
|
|
|
|
|
|
***
|
|
|
|
|
|
It is important to note that the folder design is built into pipeline, and in order for it to run smoothly the directory structure should not be changed without carefully consulting each part of the pipeline design.
|
|
|
It is important to note that the folder design is built into pipeline, and in order for it to run smoothly the directory structure should not be changed without carefully consulting each part of the pipeline.
|
|
|
|
|
|
[ :house: **Return to Main Page**](https://git.sharcnet.ca/bucanl_pipelines/eeg_pipe_asr_amica/wikis/home) |
|
|
\ No newline at end of file |