Skip to content

Instruction materials for MDIBL's 2021 Reproducible and FAIR Bioinformatics Analysis of Omics Data course

License

Notifications You must be signed in to change notification settings

jaclyn-taroni/2021-mdibl-fair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FAIR 2021

These materials are for instruction as part of MDIBL's 2021 Reproducible and FAIR Bioinformatics Analysis of Omics Data course.

They are adapted from Alex's Lemonade Stand Foundation Childhood Cancer Data Lab training materials, Harvard Chan Bioinformatics Core lessons and Penn GCB 535 materials. (Sources used will be indicated in individual sections of instruction material.)

Development with Docker

Build with:

docker build -t 2021-mdibl-fair docker/.

Run with:

docker run \
  --mount type=bind,target=/home/rstudio/2021-mdibl-fair,source=$PWD \
  -e PASSWORD=<PASSWORD> \
  -p 8787:8787 \
  2021-mdibl-fair

About

Instruction materials for MDIBL's 2021 Reproducible and FAIR Bioinformatics Analysis of Omics Data course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages