Skip to content

Commit

Permalink
Update v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiAllio committed Oct 8, 2020
1 parent 4671d11 commit 7bde470
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@ Before starting, MitoFinder installation requires ```automake``` and ```autoconf
sudo apt-get install automake autoconf
```

If you want to use MiTFi for the tRNA annotation step (recommended), ```java``` needs to be installed. To install it : ```sudo apt install default-jre```
If you want to use MiTFi for the tRNA annotation step (recommended), ```java``` needs to be installed. Here is the command to install it:

```shell
sudo apt install default-jre
```

Clone mitofinder from [GitHub](https://github.com/RemiAllio/MitoFinder)

Expand Down Expand Up @@ -169,6 +172,7 @@ To our knowledge, IDBA-UD is not supported for Mac OS at the moment.
### tRNA annotation

- **[MiTFi](https://academic.oup.com/nar/article/40/7/2833/1184754)** and **[tRNAscan-SE](https://link.springer.com/protocol/10.1007%2F978-1-4939-9173-0_1)** should be installed by MitoFinder when running the install.sh.

However, **MiTFi** requires ```java``` to be installed. If ```java``` is not installed, you can download the .dmg file to install it [here](https://www.oracle.com/java/technologies/javase-downloads.html).

- **[ARWEN](https://academic.oup.com/bioinformatics/article/24/2/172/228155)**
Expand Down

0 comments on commit 7bde470

Please sign in to comment.