Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
terrimporter authored May 10, 2021
1 parent 8bb76dc commit 936a15d
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 @@ -188,9 +188,9 @@ wget ftp://ftp.ncbi.nlm.nih.gov/genomes/TOOLS/ORFfinder/linux-i64/ORFfinder.gz
gunzip ORFfinder.gz
# make executable
chmod 755 ORFfinder
chmod a+x ORFfinder
# put in your conda PATH
# put in your conda environment bin
mv ORFfinder ~/miniconda3/envs/MetaWorks_v1.6.1/bin/.
```

Expand Down Expand Up @@ -307,7 +307,7 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH_CONDA_BACKUP

Deactivate then reactivate the environment.

Test orffinder:
Test ORFfinder:

```linux
ORFfinder
Expand Down

0 comments on commit 936a15d

Please sign in to comment.