Thanks to visit codestin.com
Credit goes to github.com

Skip to content

matt9j/MINDS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinION + MinIT generated long reads data analysis pipeline for detection and classification of genomic sample(s) {MINDS}

Installation


You will need to download miniconda as described in the link below;

https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html

Setup an conda environment using miniconda

  1. conda env create --file requirements.yml

  2. source activate MINDS

  3. mkdir projects

  4. cd projects

  5. mkdir MINDS

    create the following folders inside the MINDS folder.

    a. centrifuge_db

    b. centrifuge_rslts

    c. code

    d. docs

    e. fastq

    f. logs

    g. reports


  1. Download the centrifuge specific database indexes from https://ccb.jhu.edu/software/centrifuge/
  2. Move or copy the database index files into the centrifuge_db folder

To activate environment

source activate MINDS

To deactivate environment

source deactivate


Running the application

source activate MINDS

cd projects/MINDS/code

jupyter notebook

Click on MINDS.ipynb to open the notebook and execute the pipeline.

Reports generated by the pipeline are stored in the /MINDS/centrifuge_rslts folder.

About

MinION Detection Software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%