-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOrthoFinder
More file actions
25 lines (21 loc) · 816 Bytes
/
OrthoFinder
File metadata and controls
25 lines (21 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
### The same 2 options to download, 1 in the servidor, and other in Conda Envoirment
### 1 OPTION
### Install the OrthoFinder
$ wget https://github.com/davidemms/OrthoFinder/releases/download/2.5.5/OrthoFinder.tar.gz
### OR
$ wget https://github.com/davidemms/OrthoFinder/releases/download/2.5.5/OrthoFinder_source.tar.gz
### unzip
$ tar xfzv OrthoFinder.tar.gz
$ cd OrthoFinder
$ make
### Check option -h
$ ./orthofinder -h
$
### 2 OPTION - see ANACONDA, MINICONDA & CONDA file
### Create a new envoirment
(bash) $ conda creat -n OrthoFinder
(bash) $ conda activate OrthoFinder
(OrthoFinder) $ conda install bioconda::orthofinder
### Can be
(OrthoFinder) $ conda install bioconda/label/cf201901::orthofinder
### more informations https://github.com/davidemms/OrthoFinder/blob/master/README.md