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
Fidel Alfaro Almagro
UK_biobank_pipeline_v_1.5
Commits
f326f874
Commit
f326f874
authored
Sep 20, 2021
by
Fidel Alfaro Almagro
Browse files
Update bb_IDP_queue.py
parent
a5e45fba
Changes
1
Hide whitespace changes
Inline
Side-by-side
bb_IDP/bb_IDP_queue.py
View file @
f326f874
...
...
@@ -13,5 +13,5 @@ def bb_IDP(subject, jobHold, fileConfiguration, queue):
#short_queues = 'short.qc@@short.hge'
long_queues
=
'long.qc@@long.hge'
jobIDP
=
LT
.
runCommand
(
logger
,
'${FSLDIR}/bin/fsl_sub -q '
+
long_queues
+
' -N "bb_IDP_'
+
subject
+
'" -j '
+
jobHold
+
' -l '
+
logDir
+
' $BB_BIN_DIR/bb_IDP/bb_IDP '
+
subject
)
jobIDP
=
LT
.
runCommand
(
logger
,
'${FSLDIR}/bin/fsl_sub -q '
+
long_queues
+
' -N "bb_IDP_'
+
subject
+
'" -j '
+
str
(
jobHold
)
+
' -l '
+
logDir
+
' $BB_BIN_DIR/bb_IDP/bb_IDP '
+
subject
)
return
jobIDP
Write
Preview
Supports
Markdown
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