Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Remi PLANEL
bioviz-js
Commits
6689d2a8
Commit
6689d2a8
authored
May 28, 2019
by
Remi PLANEL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean unused code
parent
e2a70077
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
src/scripts/component/genome-browser.ts
src/scripts/component/genome-browser.ts
+1
-5
No files found.
src/scripts/component/genome-browser.ts
View file @
6689d2a8
import
GeneComponent
from
"
./sequence/gene
"
;
import
ChromosomeRule
from
"
./rules/chromosome-rule
"
;
import
SelectedChromosome
from
"
./selected-chromosome
"
;
import
BrushableChromosomeRule
from
"
./rules/brushable-chromosome-rule
"
;
// D3
import
{
select
,
Selection
}
from
"
d3-selection
"
;
//types
import
{
Gen
eData
,
GenomeBrowserData
,
GenericAxis
Data
,
BrushableAxisData
,
SelectedChromosomeData
}
from
"
../types
"
;
import
{
Gen
omeBrowser
Data
,
BrushableAxisData
,
SelectedChromosomeData
}
from
"
../types
"
;
...
...
@@ -15,8 +13,6 @@ export default function () {
chromosomeRule
:
"
chromosome-rule
"
,
selectedChromosome
:
"
selected-chromosomes
"
};
const
selectedChromosomeRule
=
ChromosomeRule
();
const
geneComponent
=
GeneComponent
();
const
wholeChromosomeRule
=
BrushableChromosomeRule
();
const
selectedChromosomeComponent
=
SelectedChromosome
();
...
...
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