-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67871d1
commit 48fc77a
Showing
4 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
----------------------------------------------------------------------------------------------------------- | ||
----------------------------------------------------------------------------------------------------------- | ||
EffectorP: predicting fungal effector proteins from secretomes using machine learning | ||
Copyright (C) 2015-2016 Jana Sperschneider | ||
Improved prediction of fungal effector proteins from secretomes with EffectorP 2.0 | ||
Copyright (C) 2017-2018 Jana Sperschneider | ||
Contact: [email protected] | ||
----------------------------------------------------------------------------------------------------------- | ||
----------------------------------------------------------------------------------------------------------- | ||
Installation instructions for EffectorP 1.0 | ||
Installation instructions for EffectorP 2.0 | ||
----------------------------------------------------------------------------------------------------------- | ||
----------------------------------------------------------------------------------------------------------- | ||
EffectorP relies on two tools, the EMBOSS software and the WEKA 3.6 software. These have been shipped | ||
EffectorP relies on two tools, the EMBOSS software and the WEKA 3.8.1 software. These have been shipped | ||
with the EffectorP 1.0.tar.gz file, but they need to be installed by the user. | ||
|
||
1) Extract the EffectorP 1.0 archive: | ||
1) Extract the EffectorP 2.0 archive: | ||
|
||
----------------------------------------- | ||
tar xvf EffectorP_1.0.tar.gz | ||
cd EffectorP_1.0 | ||
tar xvf EffectorP_2.0.tar.gz | ||
cd EffectorP_2.0 | ||
----------------------------------------- | ||
|
||
2) Install EMBOSS | ||
|
@@ -29,15 +29,15 @@ make | |
cd ../ | ||
----------------------------------------- | ||
|
||
3) Install WEKA: simply unzip the file weka-3-6-12.zip | ||
3) Install WEKA: simply unzip the file weka-3-8-1.zip | ||
|
||
----------------------------------------- | ||
unzip weka-3-6-12.zip | ||
unzip weka-3-8-1.zip | ||
----------------------------------------- | ||
|
||
3) Run EffectorP | ||
|
||
To test that EffectorP is working, type the following command in the working directory EffectorP_1.0/Scripts | ||
To test that EffectorP is working, type the following command in the working directory EffectorP_2.0/Scripts | ||
|
||
----------------------------------------- | ||
python EffectorP.py -i Effector_Testing.fasta | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters