Skip to content

Commit 7f8939f

Browse files
authoredDec 7, 2020
Update README.md
1 parent 117d05b commit 7f8939f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎annotation/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616

1717
## step 2: repeat annotation
1818
RepeatMasker -species arabidopsis -gff -dir ./ -pa 20 ../../reference/chr.all.v2.0.fasta
19+
1920
perl ../../../scripts/repeat.classfied.gff3.pl ./chr.all.v2.0.fasta.out.gff ./chr.all.v2.0.fasta.out ./chr.all.v2.0.fasta.repeats.ann.gff3 repeat.ann.stats &
21+
2022
egrep -v 'Low|Simple|RNA|other|Satellite' chr.all.v2.0.fasta.repeats.ann.gff3 |cut -f 1,4,5,9 >chr.all.v2.0.TE.bed
2123

2224
## step 3: identify TE-related genes

0 commit comments

Comments
 (0)
Please sign in to comment.