Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xiezhq committed May 27, 2020
1 parent d6fdaf3 commit 38271e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ cp /apps/inst/miniconda3/test/NC_012624.fna ./
isescan.py --nthread 2 NC_012624.fna proteome hmm
```
Note: replace `/apps/inst/miniconda3` in commands with your conda install path.
if system reports `isescan.py: command not found...`, please add isescan package to your `PATH` (replace `/apps/inst/miniconda3` in commands with your conda install path):

If system reports `isescan.py: command not found...`, please add isescan package to your `PATH` (replace `/apps/inst/miniconda3` in commands with your conda install path):
```
export PATH=/apps/inst/miniconda3/bin/:$PATH
```
Expand Down

0 comments on commit 38271e1

Please sign in to comment.