Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosribas committed Jul 23, 2024
1 parent 9e8c2b1 commit 093df69
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
The Rfam Batch Search can be used to submit a sequence to the Job Dispatcher
service that runs the Infernal cmscan software

## Installation on the local machine

1. Clone Git repository:

```
git clone https://github.com/Rfam/rfam-batch-search.git
```

2. Run Docker Compose:

```
docker-compose up --build
```

## Tests

To run unit tests, use

```
docker exec rfam-batch-search_web_1 pytest ./tests/test_api_file.py
```

## Manual deployment in production

**Requirements**
Expand Down

0 comments on commit 093df69

Please sign in to comment.