Skip to content

Commit

Permalink
Try using the smallest possible protein for the tst
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrokach committed Mar 26, 2021
1 parent 50f70c3 commit 778bacc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,9 @@ test-pip-install:
image:
name: python:3.8-buster
variables:
PROTEIN_STRUCTURE_URL: "https://files.rcsb.org/download/1MFG.pdb"
PROTEIN_SEQUENCE: "GSMEIRVRVEKDPELGFSISGGVGGRGNPFRPDDDGIFVTRVQPEGPASKLLQPGDKIIQANGYSFINIEHGQAVSLLKTFQNTVELIIVREVSS"
MUTATIONS: "G1A.G1C"
LIGAND_SEQUENCE: "EYLGLDVPV"
PROTEIN_STRUCTURE_URL: "https://files.rcsb.org/download/2MZX.pdb"
PROTEIN_SEQUENCE: "QYQFWKNFQT"
MUTATIONS: "W5A,W5G"
script:
# Install
- PIP_INSTALL_CMD=$(./scripts/get_pip_install_cmd.py)
Expand All @@ -360,7 +359,6 @@ test-pip-install:
--protein-structure="${PROTEIN_STRUCTURE}"
--protein-sequence="${PROTEIN_SEQUENCE}"
--mutations="${MUTATIONS}"
--ligand-sequence="${LIGAND_SEQUENCE}"
only:
variables:
- $TEST_PIP_INSTALL

0 comments on commit 778bacc

Please sign in to comment.