Ben Murrell / May 07 2019
Remix of Julia by Nextjournal
NextGenSeqUtils.jl Environment.
This notebook only exists to test how to migrate environments.
using Pkg Pkg.add("Statistics") Pkg.add("PyPlot") Pkg.add(PackageSpec(name="NextGenSeqUtils", rev="1.0", url = "https://github.com/MurrellGroup/NextGenSeqUtils.jl.git")) Pkg.add(PackageSpec(name="DPMeansClustering", rev="1.0", url = "https://github.com/MurrellGroup/DPMeansClustering.jl.git")) Pkg.add(PackageSpec(name="RobustAmpliconDenoising", rev="1.0", url = "https://github.com/MurrellGroup/RobustAmpliconDenoising.jl.git"))
using PyPlot,NextGenSeqUtils,DPMeansClustering,RobustAmpliconDenoising plot([1,2],[1,2])
1-element Array{PyObject,1}:
PyObject <matplotlib.lines.Line2D object at 0x7ff6bd6beda0>