Skip to content

dna-seq/quick-dna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quick-dna

Repository to setup OakVar and DNA-seq modules quicker

Setup

This repository uses micromamba to manage dependencies.

Note: While Anaconda can also be used, micromamba is recommended as it's faster and more lightweight.

System Compatibility

  • Fully tested on Linux
  • Should work on MacOS and Windows
  • Windows users have two options:
    1. Recommended: Install WSL2 with Ubuntu 24.04 and follow Linux instructions
    2. Use native Windows (commands will differ)

Installation Steps

  1. Install micromamba:
"${SHELL}" <(curl -L micro.mamba.pm/install.sh)
  1. Install dependencies:
micromamba create -f environment.yaml

Alternative: If using Anaconda:

conda env create -f environment.yaml
  1. Install OakVar modules:

Full installation (includes all just-dna-seq modules):

micromamba activate quick-dna
ov system setup -f setup.yaml

Note: The dbsnp module is large and may take significant time to download.

Minimal installation:

micromamba activate quick-dna
ov setup

Note: You'll need to create a free account (email + password) on the OakVar store.

Usage

Start the OakVar GUI:

ov gui --multiuser --port 8000

Then access the interface at http://localhost:8000

Documentation

Module Development

Learn More

Read our research paper: "Just-DNA-Seq, open-source personal genomics platform: longevity science for everyone"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published