Skip to content

Commit

Permalink
update to v1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oushujun committed Oct 29, 2020
1 parent 4912db4 commit 7f9f72f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EDTA.pl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Getopt::Long;
use Pod::Usage;

my $version = "v1.9.3";
my $version = "v1.9.4";
#v1.0 05/31/2019
#v1.1 06/05/2019
#v1.2 06/16/2019
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ For benchmarking of a testing TE library, I have provided the curated TE annotat
There are four ways to install EDTA. Please choose one.

### Quick installation using conda (Linux64)
conda install -c bioconda -c conda-forge edta
conda install -c bioconda edta

### Quick installation using [Singularity](https://sylabs.io/docs/) (good for HPC users)
Installation:
Expand All @@ -65,7 +65,7 @@ Usage:
conda create -n EDTA
conda activate EDTA
conda config --env --add channels anaconda --add channels conda-forge --add channels bioconda
conda install -n EDTA -y cd-hit repeatmodeler muscle mdust blast openjdk perl perl-text-soundex multiprocess regex tensorflow=1.14.0 keras=2.2.4 scikit-learn=0.19.0 biopython pandas glob2 python=3.6 tesorter genericrepeatfinder genometools-genometools ltr_retriever ltr_finder numpy=1.16.4
conda install -n EDTA -y cd-hit repeatmodeler muscle mdust blast openjdk perl perl-text-soundex multiprocess regex tensorflow=1.14.0 keras=2.2.4 scikit-learn=0.19.0 biopython pandas glob2 python=3.6 tesorter genericrepeatfinder genometools-genometools ltr_retriever ltr_finder numpy=1.16.4 coreutils
git clone https://github.com/oushujun/EDTA
./EDTA/EDTA.pl

Expand Down

0 comments on commit 7f9f72f

Please sign in to comment.