This code base is using the Julia Language and DrWatson to make a reproducible scientific project named
BINF200
To (locally) reproduce this project, do the following:
- Download this code base. Notice that raw data are not included in the git-history and may need to be downloaded independently.
- Open a Julia console and do:
julia> using Pkg julia> Pkg.add("DrWatson") # install globally, for using `quickactivate` julia> Pkg.activate("path/to/this/project") julia> Pkg.instantiate()
This will install all necessary packages for you to be able to run the scripts and everything should work out of the box, including correctly finding local paths.
You may notice that most scripts start with the commands:
using DrWatson
@quickactivate "BINF200"
which auto-activate the project and enable local path handling from DrWatson.
The .jl
files in the notebooks
folder are Pluto notebooks. To run these notebooks, assuming you completed the above installation instructions, open a Julia console in the project directory and do:
julia> using Pluto
julia> Pluto.run()
Find more details at the bottom of the Pluto homepage or on the MIT Introduction to Computational Thinking page.
To run the scripts and notebooks in this repository you first need to create a folder data
in the repository's root folder. Then download the following datasets and store them in the right location.
-
Create a subfolder
PacBio_VSG
of thedata
folder. -
Download the files in this dataset and store them in the
PacBio_VSG
folder, keeping the folder structure of the OneDrive folder intact.
Note: If you only want to run the notebooks, you don't need to download the contents of the original
folder of the dataset.
Download the files available at this OneDrive URL.
Store the files in a subfolder Coronavirus
of the data
folder.