Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-test
Commits
8a8e6bf1
Unverified
Commit
8a8e6bf1
authored
Nov 07, 2019
by
ens-bwalts
Committed by
GitHub
Nov 07, 2019
Browse files
Merge pull request #40 from muffato/master
Added the biotype table to the list of "global" tables
parents
a9f245b6
62f7959d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/clone_core_database.pl
scripts/clone_core_database.pl
+1
-1
No files found.
scripts/clone_core_database.pl
View file @
8a8e6bf1
...
...
@@ -33,7 +33,7 @@ use POSIX;
use
Scalar::
Util
qw/looks_like_number/
;
my
%global_tables
=
(
core
=>
[
qw/attrib_type meta coord_system external_db unmapped_reason/
],
core
=>
[
qw/attrib_type meta coord_system
biotype
external_db unmapped_reason/
],
funcgen
=>
[
qw/ analysis analysis_description epigenome experiment experimental_group external_db feature_type meta meta_coord regulatory_build/
],
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment