Skip to content

Commit

Permalink
Merge pull request #370 from Ensembl/feature/test_db_update
Browse files Browse the repository at this point in the history
Update test dbs to release 105. Remove duplicate 'drosophila' directory.
  • Loading branch information
james-monkeyshines committed May 12, 2021
2 parents 4438a5c + b89566b commit 4811a34
Show file tree
Hide file tree
Showing 82 changed files with 15 additions and 75,292 deletions.
4 changes: 2 additions & 2 deletions lib/Bio/EnsEMBL/DataCheck/Checks/MetaKeyConditional.pm
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ sub repeat_analysis {
else {
@rep_list = qw("repeatmask_repeatmodeler" "repeatdetector");
}
my $to_skip = join("', '", @rep_list);
my $to_skip = join(", ", @rep_list);

my $sql = qq/
SELECT logic_name FROM
Expand All @@ -193,7 +193,7 @@ sub repeat_analysis {
analysis USING (analysis_id)
WHERE
species_id = $species_id
AND logic_name NOT IN ('$to_skip')
AND logic_name NOT IN ($to_skip)
GROUP BY
logic_name
ORDER BY logic_name
Expand Down
3 changes: 2 additions & 1 deletion t/test-genome-DBs/collection/core/meta.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
1 \N schema_type core
2 \N schema_version 104
2 \N schema_version 105
3 \N patch patch_88_89_a.sql|schema_version
4 1 schema.load_started 2017-05-08 19:14:41
5 1 schema.load_started 2017-05-08 19:14:45
Expand Down Expand Up @@ -189,3 +189,4 @@
561 \N patch patch_101_102_a.sql|schema_version
562 \N patch patch_102_103_a.sql|schema_version
563 \N patch patch_103_104_a.sql|schema_version
564 \N patch patch_104_105_a.sql|schema_version
Empty file.
Empty file.
Empty file.
36 changes: 0 additions & 36 deletions t/test-genome-DBs/drosophila/core/analysis.txt

This file was deleted.

36 changes: 0 additions & 36 deletions t/test-genome-DBs/drosophila/core/analysis_description.txt

This file was deleted.

1 change: 0 additions & 1 deletion t/test-genome-DBs/drosophila/core/assembly.txt

This file was deleted.

Empty file.
Empty file.
Empty file.
Loading

0 comments on commit 4811a34

Please sign in to comment.