Mercurial > repos > petrn > repeatexplorer
annotate lib/config.R @ 3:8f7909cf86df draft
Uploaded
| author | petrn | 
|---|---|
| date | Fri, 20 Dec 2019 11:22:25 +0000 | 
| parents | f6ebec6e235e | 
| children | 
| rev | line source | 
|---|---|
| 0 | 1 #/usr/bin/env Rscript | 
| 2 TANDEM_RANKS = c( | |
| 3 "Putative satellites (high confidence)" = 1, | |
| 4 "Putative satellites (low confidence)" = 2, | |
| 5 "Putative LTR elements" = 3, | |
| 6 "rDNA" = 4, | |
| 7 "Other" = 0 | |
| 8 ) | |
| 9 # inverted - key value | |
| 10 RANKS_TANDEM = names(TANDEM_RANKS) | |
| 11 names(RANKS_TANDEM) = TANDEM_RANKS | 
