Skip to content

Commit b86ffd9

Browse files
committed
update fixture
1 parent e8dc784 commit b86ffd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def exp_config():
5252
"resistances",
5353
"genomes",
5454
"expec",
55-
"adapters",
5655
"credentials",
5756
},
5857
"threshold": {
@@ -82,4 +81,6 @@ def exp_config():
8281
"database": {"SQLALCHEMY_DATABASE_URI", "SQLALCHEMY_TRACK_MODIFICATIONS", "DEBUG"},
8382
"pubmlst": {"client_id", "client_secret"},
8483
"pasteur": {"client_id", "client_secret"},
84+
"singularity": {"binary", "bind_paths", "trimmomatic_adapters"},
85+
"containers": {"skesa", "blast", "bwa", "samtools", "picard", "trimmomatic", "quast"},
8586
}

0 commit comments

Comments
 (0)