-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from alliance-genome/some_docs
main README added
- Loading branch information
Showing
1 changed file
with
32 additions
and
2 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 |
---|---|---|
@@ -1,2 +1,32 @@ | ||
# agr_blast_configuration | ||
This repo is used to configure the Alliance Blast Service | ||
|
||
## Description | ||
|
||
This project is a Python application that validates BLAST | ||
database configurations. | ||
It uses JSON configuration files to manage data sources | ||
for nucleotide and protein sequences. | ||
|
||
The docs folder contains documentation on how to create | ||
these configuration files, with required fields and structures. | ||
The files can then be validated using the Python script in this project | ||
|
||
## How to create a JSON configuration file | ||
|
||
[Follow this simple guid on what is required on a | ||
JSON configuration file](docs/README.md) | ||
|
||
### Executing program | ||
|
||
```python | ||
python bin/validate_blast_db_config.py | ||
``` | ||
|
||
## Authors | ||
|
||
Adam Wright and Paulo Nuin with support from the Alliance of Genome Resources | ||
and WormBase | ||
|
||
## Version History | ||
|
||
* 0.1 | ||
* Initial Release |