Skip to content

Commit

Permalink
feat: issue #4: added simple slurm job script which runs the conversi…
Browse files Browse the repository at this point in the history
…on serially
  • Loading branch information
allermat committed Apr 25, 2024
1 parent 5d60849 commit 46568d5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions MEG/slurm_meg_bids_conversion_job_script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/tcsh
#SBATCH --nodes 1-1
#SBATCH --ntasks 1
#SBATCH --cpus-per-task 1
#SBATCH --time 1:0:00

# setup conda environment
conda activate /imaging/local/software/mne_python/mne1.6.1_0

# navigate to the project root
cd /path/to/your/project/root

# run the meg bids conversion pipeline
python meg_bids_conversion.py

0 comments on commit 46568d5

Please sign in to comment.