Skip to content

Commit

Permalink
Merge pull request #7 from alliance-genome/some_docs
Browse files Browse the repository at this point in the history
main README added
  • Loading branch information
adamjohnwright authored Feb 5, 2024
2 parents 524ec0a + 455c2f0 commit 2d6896b
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions README.md
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

0 comments on commit 2d6896b

Please sign in to comment.