Skip to content

Commit

Permalink
update installations and usages #64
Browse files Browse the repository at this point in the history
  • Loading branch information
oushujun committed Feb 28, 2020
1 parent 02e00b4 commit 5a75b1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.8.1";
my $version = "v1.8.2";
#v1.0 05/31/2019
#v1.1 06/05/2019
#v1.2 06/16/2019
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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 anaconda -c conda-forge edta
conda install -c bioconda -c conda-forge edta

### Quick installation using [Singularity](https://sylabs.io/docs/) (good for HPC users)
Installation:
Expand All @@ -58,7 +58,7 @@ Installation:

Usage:

docker run kapeel/edta --genome genome.fa [other parameters]
docker run -v $PWD:/in -w /in kapeel/edta --genome genome.fa [other parameters]

### Step by step installation using conda
conda create -n EDTA
Expand Down Expand Up @@ -122,7 +122,7 @@ Optional:
### Divide and conquer
*Identify intact elements of a paticular TE type*:

1.Get raw libraries from a genome (specify `-type ltr|tir|helitron` in different runs)
1.Get raw TEs from a genome (specify `-type ltr|tir|helitron` in different runs)

perl EDTA_raw.pl [options]
--genome [File] The genome FASTA
Expand Down

0 comments on commit 5a75b1c

Please sign in to comment.