Git Product home page Git Product logo

gtw's Introduction

GTW

Genomics training week notes and install instructions

Dependencies

WSL

This repo assumes a windows laptop with Ubuntu 20.04 LTS up an running under Windows Subsystem fro Linux WSL.


System tools

sudo apt-get install --yes gcc g++
sudo apt-get install --yes make

Flye

Flye github as key guide here

INSTALL

wget https://github.com/fenderglass/Flye/archive/refs/tags/2.9.1.tar.gz
tar -zxvf 2.9.1.tar.gz

cd Flye-2.9.1

sudo apt -y install zlib1g-dev

sudo python3 setup.py install

Kraken2

Details here

INSTALL

wget https://github.com/DerrickWood/kraken2/archive/refs/tags/v2.1.2.tar.gz
tar -zxvf v2.1.2.tar.gz
cd kraken2-2.1.2/
bash install_kraken2.sh ~/kraken2
cd ~/
sudo cp ~/kraken2/kraken2{,-build,-inspect} /usr/bin/
cd ~/krakenDB
wget -c https://refdb.s3.climb.ac.uk/kraken2-microbial/hash.k2d
wget https://refdb.s3.climb.ac.uk/kraken2-microbial/opts.k2d
wget https://refdb.s3.climb.ac.uk/kraken2-microbial/taxo.k2d

TEST DATA

wget https://github.com/fenderglass/Flye/blob/flye/flye/tests/data/ecoli_500kb_reads.fastq.gz

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.