Skip to content

Commit

Permalink
Merge pull request #48 from onursumer/master
Browse files Browse the repository at this point in the history
updated binary files
  • Loading branch information
onursumer committed Jun 6, 2016
2 parents 61b323f + 0dae5ad commit 51d8e44
Show file tree
Hide file tree
Showing 6 changed files with 4,378 additions and 1,165 deletions.
81 changes: 74 additions & 7 deletions build/mutationMapper.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@
font-weight: bold;
color: #888888;
}
.mutation-3d-tied {
color: #800080;
font-weight: bold;
}
.mutation-3d-highlighted {
color: #FFDD00;
font-weight: bold;
Expand Down Expand Up @@ -218,15 +214,19 @@
font-weight: bold;
}
.trunc_mutation {
color: #FF0000;
color: #000000;
font-weight: bold;
}
.inframe_mutation {
color: #000000;
color: #8B4513;
font-weight: bold;
}
.other_mutation {
color: #808080;
color: #8B00C9;
font-weight: bold;
}
.default_mutation {
color: #BB0000;
font-weight: bold;
}
.uniform_mutation {
Expand Down Expand Up @@ -548,6 +548,52 @@
padding-top: 5px;
font-size: 90%;
}
span.mutation-type-info {
padding-right: 10px;
display: inline-block;
line-height: 2.5em;
}

.mutation-type-info-link {
cursor: pointer;
}

div.mutation-info-panel-container {
padding-bottom: 10px;
}

div.mutation-info-panel-content {
padding-left: 30px;
}

span.mutation-type-count {
padding: 5px;
color: #EFEFEF;
}
span.missense_mutation_count {
background-color: #008000;
font-weight: bold;
border-radius: 10px;
}
span.trunc_mutation_count {
background-color: #000000;
font-weight: bold;
border-radius: 10px;
}
span.inframe_mutation_count {
background-color: #8B4513;
font-weight: bold;
border-radius: 10px;
}
span.other_mutation_count {
background-color: #8B00C9;
font-weight: bold;
border-radius: 10px;
}
span.mutation-type-label {
font-weight: normal;
}

/*
* Copyright (c) 2015 Memorial Sloan-Kettering Cancer Center.
*
Expand Down Expand Up @@ -648,6 +694,27 @@
padding-left:5px;
padding-right:5px;
}
.mutation-table-container .valid {
background: #CCFFCC;
color: #000000;
padding-left: 5px;
padding-right: 5px;
font-weight: bold;
}
.mutation-table-container .somatic {
background: #CCFFFF;
color: #000000;
padding-left: 5px;
padding-right: 5px;
font-weight: bold;
}
.mutation-table-container .germline {
background: #FFFFCC;
color: #000000;
padding-left: 3px;
padding-right: 3px;
font-weight: bold;
}
.mutation-table-container .mutation-table-protein-change {
font-weight: bold;
font-style: italic;
Expand Down
Loading

0 comments on commit 51d8e44

Please sign in to comment.