This file is indexed.

/etc/voxbo/jobtypes/vbstatmap.vjt is in voxbo 1.8.5~svn1246-2+b3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
shortname vbstatmap
description Generate VoxBo Stat map
invocation script
requires cpu

argument
 name=dir
 argdesc=glm directory
 type=string
end
argument
 name=outfile
 argdesc=output statmap file name
 type=string
end
argument
 name=contrast
 argdesc=contrast values for covariates 
 type=string
end

command vbstatmap $(dir) -o $(outfile) -c "$(contrast)"