Skip to content

Commit 90ead7f

Browse files
committed
update to version 1.2
1 parent 596d9a9 commit 90ead7f

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
12
FunOrder
23
=========
34

45
The Functional Order (FunOrder) tool - Identification of essential biosynthetic genes through computational molecular co-evolution – searches for co-evolutionary linked genes in a set of inputted genes. The functionality and applicability was tested with biosynthetic gene clusters (BGCs). The resulting information can be used to choose which genes of a gene cluster are most likely the core genes necessary for the biosynthesis of a secondary metabolite. The flexibility and adaptability of the core program allows the integration of any protein database and can thus be adapted for different phyla and research objectives. FunOrder might be used for the analysis of co-evolution on a whole proteome, enabling the genome wide detection of evolutionary linked genes, in the future.
56

67
The Functional Order (FunOrder) tool - Identification of essential biosynthetic genes through computational molecular co-evolution. FunOrder is copyright 2020 Gabriel A. Vignolle, Denise Schaffer, Robert L. Mach, Astrid R. Mach-Aigner and Christian Derntl, and is released under the MIT License. If you find FunOrder useful to your work, please cite:
78

8-
https://zenodo.org/record/4778487 for the code or
9+
https://zenodo.org/record/4778487 for the code or
910

1011
**The Functional Order (FunOrder) tool - Identification of essential biosynthetic genes through computational molecular co-evolution** Gabriel A Vignolle, Denise Schaffer, Robert L Mach, Astrid R Mach-Aigner, Christian Derntl. **bioRxiv** 2021.01.29.428829; doi: https://doi.org/10.1101/2021.01.29.428829
1112

@@ -19,14 +20,13 @@ The three distance matrices are first visualized as heatmaps with a dendrogram c
1920
Dependencies
2021
------------
2122

22-
Third party programs (include Emboss, RAxML and ClustalW in your $PATH)
23+
Third party programs
2324

2425
* [Python 2](https://www.anaconda.com)
2526
* [Perl](https://www.perl.org/get.html)
2627
* [R](https://www.r-project.org/)
2728
* [Emboss](http://emboss.sourceforge.net/download/)
2829
* [RAxML](https://github.com/stamatak/standard-RAxML)
29-
* [ClustalW](http://www.clustal.org/clustal2/)
3030

3131
Perl packages:
3232

@@ -43,14 +43,15 @@ R packages:
4343
* gplots
4444
* car
4545
* mdatools
46+
* randtests
4647

4748
Installation
4849
------------
4950

5051
These instructions should work on [Debian](https://www.debian.org)-based linux distributions such as [Ubuntu](https://www.ubuntu.com).
5152

5253
First we install the EMBOSS package according to the instructions.
53-
Then we install RAxML and ClustalW according to the instructions and place the executables in your $PATH.
54+
Then we install RAxML according to the instructions.
5455
After R, Perl and Python is installed, install the ete2 package.
5556

5657
```
@@ -67,7 +68,7 @@ install.packages('car') # at the R prompt
6768
install.packages('mdatools') # at the R prompt
6869
```
6970

70-
Now download the newest version of FunOrder **funorder_vxx.tar.xz** and unpack the archive.
71+
Now download FunOrder **funorder_v1.tar.xz** and unpack the archive.
7172

7273
```
7374
tar -xf funorder_v1.tar.xz
@@ -89,6 +90,7 @@ Alternativeley you can call the FunOrder/pipeline directory directly.
8990

9091

9192

93+
9294
### 1) using FunOrder in default mode with Genbank files
9395
------------
9496

@@ -124,6 +126,7 @@ evol_distance.matrix | matrix of the evolutionary [speciation] distance
124126

125127

126128

129+
127130
### 2) using FunOrder in default mode with fasta files
128131
------------
129132

@@ -159,6 +162,7 @@ evol_distance.matrix | matrix of the evolutionary [speciation] distance
159162

160163

161164

165+
162166
### 3) using FunOrder in server mode with gbk files
163167
------------
164168

@@ -205,9 +209,8 @@ then from within the antiSMASH output-folder run following command:
205209
```
206210
for file in *cluster*.gbk; do echo $file; sh ~/path/to/directory/funorder_v1/funorder_server.sh [Thread number] $file [absolute path to "funorder_output" directory] [database] ; done
207211
```
208-
This will perform a FunOrder analysis for each cluster predicted by antiSMASH.
209-
210212

213+
This will perform a FunOrder analysis for each cluster predicted by antiSMASH.
211214

212215
### 4) using FunOrder in server mode with fasta files
213216
------------
@@ -241,4 +244,3 @@ Rplot.pdf | PDF file with the Analyze.R output as described i
241244
strict_distance.matrix | matrix of the strict distance
242245
evol_distance.matrix | matrix of the evolutionary [speciation] distance
243246

244-

funorder_v1.1.tar.xz

Lines changed: 0 additions & 3 deletions
This file was deleted.

funorder_v1.2.tar.xz

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:5cc9a006618423da0d46b8aa2bfbcebdf0e42bd116ea0ab2ae509eb72fc93e0b
3+
size 678064748

0 commit comments

Comments
 (0)