Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
heathcliff233 committed Sep 29, 2023
1 parent 7c44bbf commit d466905
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Build Environment

* Clone the repo `git clone https://github.com/heathcliff233/Dense-Homolog-Retrieval.git`
* Go to the directory `cd Dense-Homolog_retrieval`
* Go to the directory `cd Dense-Homolog-Retrieval`
* Build using requirements.txt `conda create --name fastMSA --file requirements.txt -c pytorch -c conda-forge -c bioconda`
* Activate the environment `conda activate fastMSA`
* Get the customized Phylopandas for fasta processing `git clone https://github.com/heathcliff233/phylopandas.git`
Expand Down Expand Up @@ -61,7 +61,7 @@ The number of max_workers is recommend is `32`.
Send a request by http content:
```
# Use curl
curl --location --request POST 'http://172.16.20.149:7077/fastmsa' \
curl --location --request POST 'http://0.0.0.0:7077/fastmsa' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'input=/user/linmingzhi/project/fastmsa/example/1pazA.fasta' \
--data-urlencode 'output=/user/linmingzhi/output/fastmsa/test026' \
Expand All @@ -74,7 +74,7 @@ curl --location --request POST 'http://172.16.20.149:7077/fastmsa' \
python manage.py runserver 0.0.0.0:7077
```

## One-line Command (Advanced Usage)
## One-line Submission Command (Advanced Usage)

For fastMSA only, try the following one-line command:
```
Expand Down

0 comments on commit d466905

Please sign in to comment.