compbiocore / VariantVisualization.jl

Julia package powering VIVA, our tool for visualization of genomic variation data. Manual:
https://compbiocore.github.io/VariantVisualization.jl/stable/
Other
84 stars 13 forks source link

Type inputs to functions #2

Closed mirestrepo closed 5 years ago

mirestrepo commented 6 years ago

For best performance in Julia, it is best to specify the type of the inputs

fernandogelin commented 5 years ago

complete