You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add a bit more docs re: what if BABS functions fail, e.g.,:
singularity run command is not what the user want
Cluster resources are not what the user want
What if babs-init fails: integrate these two versions together: version in babs-init.rst + “create_babs_project.rst”
Example customized_text for Slurm clusters, using partition request as examples: #SBATCH -p <partition_name>.
add this to: preparation_config_yaml_file.rst#cluster-resources.
add this to the example walkthrough too.
BABS (only) works on SGE and Slurm HPC clusters. Not designed to be run on local computers as there is no job scheduler system or singularity software.
If the input dataset is zipped derivatives, the name of the input dataset should NOT include -. Otherwise, when generating participant_job.sh, the variable e.g., FMRIPREP-ANAT_ZIP won't be valid for bash script.
So be careful when you name the output folder to create under zip_foldernames, if you will use the zip derivatives as input dataset of the next step. This is because you'll use the same string for input dataset of zip derivatives as the output foldername you're giving now.
I will add more things:
(point 1-3 are from my notes in PR #103)
customized_text
for Slurm clusters, using partition request as examples:#SBATCH -p <partition_name>
.BABS (only) works on SGE and Slurm HPC clusters. Not designed to be run on local computers as there is no job scheduler system or singularity software.
Sydney's comments in PR [DOCS/ENH] Documentation enhancement and review #103, not those "suggested changes" that are ready to commit
If the input dataset is zipped derivatives, the name of the input dataset should NOT include
-
. Otherwise, when generatingparticipant_job.sh
, the variable e.g.,FMRIPREP-ANAT_ZIP
won't be valid for bash script.zip_foldernames
, if you will use the zip derivatives as input dataset of the next step. This is because you'll use the same string for input dataset of zip derivatives as the output foldername you're giving now.The text was updated successfully, but these errors were encountered: