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
Copy file name to clipboardExpand all lines: experiment_definition.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ userscripts: # Python scripts stored in the user_scripts directory in the reposi
18
18
script2: "userscript2.py"# Plot volume correlations and distributions
19
19
script3: "userscript3.py"# Demographic analyses
20
20
21
-
target_host: "ducky"# The target HPC host. Must be the name of a host that is specified in the SSH config file.
21
+
target_host: "ducky"# The target HPC host. Must be the name of a host that is specified in the SSH config file
22
22
prefix_cmd: "source /data/origami/jacob/neuroci_test/venv_pypi/bin/activate"# Prefix command (e.g. activating a virtual environment with Nipoppy installed in it)
23
23
scheduler: "sge"# Scheduler to use (slurm and sge are currently functional)
24
24
max_dl_size_per_dataset_tool_mb: 400# The maximum size (in megabytes) that a tar file for a given dataset/pipeline derivatives can be for downloading onto the CI
0 commit comments