forked from automaticanalysis/automaticanalysis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use /home/aljen.uitbeijerse in parameter xmls, and have a replace fun…
…ction for it in trigger_install To prepare for adding windows test jobs that can use the same parameter xml
- Loading branch information
Showing
3 changed files
with
54 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<aap xmlns:xi="http://www.w3.org/2001/XInclude"> | ||
<xi:include href="/home/runner/work/automaticanalysis/automaticanalysis/aa_parametersets/aap_parameters_defaults.xml" parse="xml"/> | ||
<xi:include href="$HOME/work/automaticanalysis/automaticanalysis/aa_parametersets/aap_parameters_defaults.xml" parse="xml"/> | ||
<local> | ||
<directory_conventions> | ||
<rawdatadir desc='Directories to find raw MRI data' ui='dir_list'>/home/runner/data/aa_demo</rawdatadir> | ||
<rawdatadir desc='Directories to find raw MRI data' ui='dir_list'>$HOME/data/aa_demo</rawdatadir> | ||
<toolbox desc='Toolbox with implemented interface in extrafunctions/toolboxes' ui='custom'> | ||
<name desc='Name corresponding to the name of the interface without the "Class" suffix' ui='text'>spm</name> | ||
<dir ui='dir'>/home/runner/tools/spm12</dir> | ||
<dir ui='dir'>$HOME/tools/spm12</dir> | ||
</toolbox> | ||
</directory_conventions> | ||
<acq_details> | ||
<root desc='Root on local machine for processed data' ui='dir'>/home/runner/projects</root> | ||
<root desc='Root on local machine for processed data' ui='dir'>$HOME/projects</root> | ||
</acq_details> | ||
</local> | ||
</aap> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters