Skip to content

Commit

Permalink
Merge pull request Ensembl#172 from Ensembl/feature/lepidoptera_basic…
Browse files Browse the repository at this point in the history
…_repeat_counts

Added lepidoptera repeat counts.
  • Loading branch information
thibauthourlier authored Jan 7, 2021
2 parents 7e54158 + bfc94f8 commit 926e3f0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions modules/Bio/EnsEMBL/Analysis/Hive/Config/SanityChecksStatic.pm
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,21 @@ sub _master_config {
'unigene' => [3000000, 'dna align'],
'vertrna' => [3000000, 'dna align']
},

'lepidoptera_basic' => {
'cpg' => [2000, 'simple'],
'eponine' => [30000, 'simple'],
'trnascan' => [300, 'simple'],
'genscan' => [10000, 'prediction transcript'],
'dust' => [500000, 'repeat'],
'repeatdetector' => [200000, 'repeat'],
#'repeatmask_repbase_' => [1500000, 'repeat'],
'trf' => [50000, 'repeat'],
'uniprot' => [1, 'protein align'],
'unigene' => [1, 'dna align'],
'vertrna' => [1, 'dna align']
},

},

'gene_db_checks' => {
Expand Down

0 comments on commit 926e3f0

Please sign in to comment.