Skip to content

A RAMPART protocol and environment for sequencing Ebola viruses

Notifications You must be signed in to change notification settings

artic-network/rampart-ebov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rampart-ebov

RAMPART protocol folder for EBOV

Installing

Clone this repository:

git clone https://github.com/artic-network/rampart-ebov.git

Create conda environment and activate it:

cd rampart-artic
conda env create -f environment.yml
conda activate rampart-artic

Running

Create run folder:

mkdir [run_name]
cd [run_name]

Where [run_name] is whatever you are calling todays run (as specified in MinKNOW).

Run RAMPART (assuming the rampart-nipah directory is next to [run_name]):

rampart --protocol ../rampart-ebov/protocol --basecalledPath ~/MinKNOW/data/reads/[run_name]/pass

basecalledPath should be set to whereever MinKNOW/guppy is going to write its basecalled files.

Example Data

The directory example_data contains some reads from an Ebola virus MinION run to test RAMPART with. To try this:

cd rampart/example_data
rampart --protocol ../protocol 

The run_configuration.json file contains the settings for running this example data.

Open a browser to view http://localhost:3000

About

A RAMPART protocol and environment for sequencing Ebola viruses

Resources

Stars

Watchers

Forks

Packages

No packages published