Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
ensembl-client
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ensembl-web
ensembl-client
Commits
b4f0c8b9
Commit
b4f0c8b9
authored
Aug 27, 2020
by
Anne Lyle
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test data for first draft of species page accordion - ENSWEBREL-744
parent
4965dcca
Pipeline
#94770
passed with stages
in 5 minutes and 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
5 deletions
+43
-5
src/ensembl/package-lock.json
src/ensembl/package-lock.json
+0
-5
src/ensembl/src/content/app/species/sample-data.ts
src/ensembl/src/content/app/species/sample-data.ts
+43
-0
No files found.
src/ensembl/package-lock.json
View file @
b4f0c8b9
...
...
@@ -26709,11 +26709,6 @@
"symbol-observable": "^1.2.0"
}
},
"redux-devtools-extension": {
"version": "2.13.8",
"resolved": "https://registry.npmjs.org/redux-devtools-extension/-/redux-devtools-extension-2.13.8.tgz",
"integrity": "sha512-8qlpooP2QqPtZHQZRhx3x3OP5skEV1py/zUdMY28WNAocbafxdG2tRD1MWE7sp8obGMNYuLWanhhQ7EQvT1FBg=="
},
"redux-mock-store": {
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/redux-mock-store/-/redux-mock-store-1.5.4.tgz",
src/ensembl/src/content/app/species/sample-data.ts
0 → 100644
View file @
b4f0c8b9
/**
* See the NOTICE file distributed with this work for additional information
* regarding copyright ownership.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export
const
human38stats
=
{
assembly_stats
:
{
chromosome_count
:
23
,
genome_size
:
3096649726
,
total_sequence_length
:
4537931177
},
coding_gene_stats
:
{
total_count
:
20440
,
readthrough_gene_count
:
633
,
transcript_count
:
127718
},
noncoding_gene_stats
:
{
total_count
:
23995
,
readthrough_gene_count
:
306
,
small_non_coding_gene_count
:
4867
,
long_non_coding_gene_count
:
16907
,
other_non_coding_gene_count
:
2221
},
pseudogene_stats
:
{
total_count
:
15222
,
readthrough_gene_count
:
6
},
variation_stats
:
{
short_variant_count
:
677695965
,
structural_variant_count
:
6638628
}
};
Jyothish Bhai
@jyo
mentioned in commit
01279bcc
·
Aug 27, 2020
mentioned in commit
01279bcc
mentioned in commit 01279bcc325f63de96ea724d0eb17e91cbd26370
Toggle commit list
Jyothish Bhai
@jyo
mentioned in commit
0cef121e
·
Aug 27, 2020
mentioned in commit
0cef121e
mentioned in commit 0cef121e329a7f52a8d64846f431406a2392afef
Toggle commit list
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