Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Remi PLANEL
bioviz-js
Commits
760e3e71
Commit
760e3e71
authored
May 28, 2019
by
Remi PLANEL
Browse files
Remove unused parameters
parent
f81f14c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/scripts/layout/linear-gene.ts
View file @
760e3e71
...
...
@@ -9,9 +9,7 @@ export default function linearGene(
)
{
return
data
.
reduce
(
function
(
accum
:
PositionedGeneData
[],
gene
:
GeneData
,
i
:
number
,
data
:
GeneData
[]
gene
:
GeneData
)
{
const
x
=
xScale
(
gene
.
begin
);
const
width
=
xScale
(
gene
.
end
)
-
x
;
...
...
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