-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update to enforce python3.6 and load card.json * remove lines from build.sh * update build number * make PR comment changes * add test to verify db is loaded * update build script * update build script * fix lint errors * fix linting errors * fix liniting errors * fix linting errors * fix linting errors * fix linting errors * fix linting errors * fix linting errors * fix linting errors * fix linting errors * fix linting errors * revert test change
- Loading branch information
Showing
2 changed files
with
30 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/bash | ||
|
||
$PYTHON setup.py install --single-version-externally-managed --record=record.txt | ||
|
||
# Load the CARD database JSON file | ||
python `which rgi` load -i card-data/card.json | ||
rm -rf card-data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters