Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
oushujun committed Jan 22, 2020
1 parent d948e0a commit 8ddc1d3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,8 @@ Usage:
Required: The genome file [FASTA]. Please make sure sequence names are short (<=15 characters) and simple (i.e, letters, numbers, and underscore).

Optional:

1. Coding sequence of the species or closely related species [FASTA]. This file helps to purge gene sequences in the TE library.

2. Known gene position of this version of the genome assembly [BED]. Coordinates specified in this file will be whitelisted from TE annotation to avoid over-masking.

3. Curated TE library of the species [FASTA]. This file is trusted 100%. Please make sure it's curated. If you only have a couple of curated sequences, that's fine. It doesn't need to be complete.


Expand All @@ -59,9 +56,7 @@ Expected: A non-redundant TE library: $genome.EDTA.TElib.fa. The curated library

Optional:
1. Novel TE families: $genome.EDTA.TElib.novel.fa. This file contains TE sequences that are not included in the curated library (`--curatedlib` required).

2. Whole-genome TE annotation: $genome.EDTA.TEanno.gff. This file contains both structurally intact and fragmented TE annotations (`--anno 1` required).

3. Summary of whole-genome TE annotation: $genome.EDTA.TEanno.sum (`--anno 1` required).
4. Low-threshold TE masking: $genome.MAKER.masked. This is a genome file with only long TEs (>=1 kb) being masked. You may use this for de novo gene annotations. Annotated gene models should contain TEs and need further filtering (`--anno 1` required).
5. Annotation inconsistency for simple TEs; $genome.EDTA.TE.fa.stat.redun.sum (`--evaluate 1` required).
Expand Down Expand Up @@ -102,7 +97,7 @@ Activate the EDTA program:
### 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 libraries 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 8ddc1d3

Please sign in to comment.