Skip to content

luiarthur/cytof5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cytof5

Cytof Model Implementation 5

Virtual environment

The examples in this package should be run in the same environment as the package. The package environment can be emulated via a virtual environment (like in python). This is done in julia as follows:

import Pkg
Pkg.activate("path/to/Cytof5/")  # activate package
Pkg.instantiate()  # start virtual env
# Pkg.build()  # may be needed to build dependencies

System requirements

New Features in Julia v1.0.0

  • Saving and loading data using the JLD2 package
  • Linting? Lint.jl. Not currently up-to-date.