Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Krause
tardis-doc
Commits
e82ffd46
Commit
e82ffd46
authored
Feb 15, 2018
by
Michael Krause
🎉
Browse files
software: ashs qsub typo
parent
1f3b289f
Changes
1
Hide whitespace changes
Inline
Side-by-side
software/ashs.rst
View file @
e82ffd46
...
...
@@ -136,7 +136,7 @@ Since ASHS version 1.0 this is the preferred way to submit segmentations for a n
.. code-block:: bash
[krause@master ~] qsub ashs_job.pbs -l nodes=1
,
ppn=8,mem=10gb
[krause@master ~] qsub ashs_job.pbs -l nodes=1
:
ppn=8,mem=10gb
with :file:`ashs_job.pbs` containing:
...
...
@@ -156,7 +156,7 @@ Looping over a number of subject IDs would look something like this.
for id in 01 03 10 32 ; do
export SUBJECT_ID=$id
qsub ashs_job.pbs -l nodes=1
,
ppn=8,mem=10gb -v SUBJECT_ID
qsub ashs_job.pbs -l nodes=1
:
ppn=8,mem=10gb -v SUBJECT_ID
done
In this case the option `-v` to qsub instructs qsub to inherit a named,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment