From 983436c6c6732b56e0de2930320c4a0d0a676dc0 Mon Sep 17 00:00:00 2001
From: Tiago Freitas Pereira <tiagofrepereira@gmail.com>
Date: Wed, 2 Dec 2020 20:06:12 +0100
Subject: [PATCH] Added four vein databases

---
 buildout.cfg | 15 +++++++++++++++
 order.txt    |  4 ++++
 2 files changed, 19 insertions(+)

diff --git a/buildout.cfg b/buildout.cfg
index 5da1277..10a859a 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -91,6 +91,10 @@ develop = src/bob.buildout
        src/bob.db.refuge
        src/bob.db.drishtigs1
        src/bob.ip.binseg
+       src/bob.db.verafinger
+       src/bob.db.utfvp
+       src/bob.db.fv3d
+       src/bob.db.putvein       
 
 
 eggs = bob.buildout
@@ -179,6 +183,10 @@ eggs = bob.buildout
        bob.db.refuge
        bob.db.drishtigs1
        bob.ip.binseg
+       bob.db.verafinger
+       bob.db.utfvp
+       bob.db.fv3d
+       bob.db.putvein
 
 
 extensions = bob.buildout
@@ -276,6 +284,13 @@ bob.db.drionsdb = git git@gitlab.idiap.ch:bob/bob.db.drionsdb
 bob.db.refuge = git git@gitlab.idiap.ch:bob/bob.db.refuge
 bob.db.drishtigs1 = git git@gitlab.idiap.ch:bob/bob.db.drishtigs1
 bob.ip.binseg = git git@gitlab.idiap.ch:bob/bob.ip.binseg
+bob.db.meds = git git@gitlab.idiap.ch:bob/bob.db.meds
+bob.db.morph = git git@gitlab.idiap.ch:bob/bob.db.morph
+bob.db.verafinger = git git@gitlab.idiap.ch:bob/bob.db.verafinger
+bob.db.utfvp = git git@gitlab.idiap.ch:bob/bob.db.utfvp
+bob.db.fv3d = git git@gitlab.idiap.ch:bob/bob.db.fv3d
+bob.db.putvein = git git@gitlab.idiap.ch:bob/bob.db.putvein
+
 
 
 [scripts]
diff --git a/order.txt b/order.txt
index 0e144ee..f8b6ea7 100644
--- a/order.txt
+++ b/order.txt
@@ -53,6 +53,10 @@ bob/bob.db.youtube
 bob/bob.db.maskattack
 bob/bob.db.casiasurf
 bob/bob.db.fargo
+bob/bob.db.verafinger
+bob/bob.db.utfvp
+bob/bob.db.fv3d
+bob/bob.db.putvein
 
 bob/bob.pipelines
 bob/bob.bio.base
-- 
GitLab