Skip to content

Commit acc7b7a

Browse files
authored
Merge pull request #393 from VariantEffect/estelle/modifyTentivirus
Modify tentivirus to lentivirus in alembic file.
2 parents 3435abd + ee52090 commit acc7b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alembic/versions/9702d32bacb3_controlled_keyword.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def upgrade():
146146
"""INSERT INTO controlled_keywords (key, value, vocabulary, special, description, creation_date, modification_date) VALUES ('Delivery method', 'Adeno-associated virus transduction', NULL, False, 'How the variant library was delivered to the model system for phenotype evaluation.', NOW(), NOW())"""
147147
)
148148
op.execute(
149-
"""INSERT INTO controlled_keywords (key, value, vocabulary, special, description, creation_date, modification_date) VALUES ('Delivery method', 'Tentivirus transduction', NULL, False, 'How the variant library was delivered to the model system for phenotype evaluation.', NOW(), NOW())"""
149+
"""INSERT INTO controlled_keywords (key, value, vocabulary, special, description, creation_date, modification_date) VALUES ('Delivery method', 'Lentivirus transduction', NULL, False, 'How the variant library was delivered to the model system for phenotype evaluation.', NOW(), NOW())"""
150150
)
151151
op.execute(
152152
"""INSERT INTO controlled_keywords (key, value, vocabulary, special, description, creation_date, modification_date) VALUES ('Delivery method', 'Chemical or heat shock transformation', NULL, False, 'How the variant library was delivered to the model system for phenotype evaluation.', NOW(), NOW())"""

0 commit comments

Comments
 (0)