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
bob
bob.bio.base
Commits
6ad5edd1
Commit
6ad5edd1
authored
Dec 05, 2020
by
Tiago de Freitas Pereira
Browse files
[legacy] Updated subject to reference_id in the lecacy DB interface
parent
12efeaea
Pipeline
#46350
passed with stage
in 5 minutes and 25 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
bob/bio/base/pipelines/vanilla_biometrics/legacy.py
View file @
6ad5edd1
...
...
@@ -179,7 +179,7 @@ class DatabaseConnector(Database):
[
_biofile_to_delayed_sample
(
o
,
self
.
database
)],
key
=
str
(
o
.
path
),
path
=
o
.
path
,
subject
=
str
(
o
.
client_id
),
reference_id
=
str
(
o
.
client_id
),
references
=
[
str
(
m
)],
)
else
:
...
...
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