Coder Social home page Coder Social logo

ganon_cami2's Introduction

ganon_cami2

Repository containing detailed installation instructions for ganon and how to run it with the CAMI2 datasets

Dependency

  • Anaconda or Miniconda with python 3.7

Installation with conda

Creating a new conda environment

conda create -n ganon

Activating the environment

conda activate ganon

Adding required channels

conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge

Installing ganon

conda install ganon=0.1.4

Installing Snakemake

conda install -c bioconda snakemake=5.7.0

Installing Oracle Java

conda install -c gtcg oraclejdk

Downloading CAMI Client

The following commands will be run on folder "/mnt/files/ganon", but it can be changed accordingly
mkdir /mnt/files/ganon
cd /mnt/files/ganon
wget -O camiClient.jar https://data.cami-challenge.org/camiClient.jar

Downloading Datasets

You need to download the marine and strain madness private linkfiles and save them with the names "marine.linkfile" and "strain-madness.linkfile", respectively. Afterwards, run the following commands to download all the required datasets:
wget https://raw.githubusercontent.com/mirand863/ganon_cami2/master/download-datasets.sh
chmod +x download-datasets.sh
./download-datasets.sh

Marine Dataset

Creating config file

cd marine
wget -O create-config.sh https://raw.githubusercontent.com/mirand863/ganon_cami2/master/create-config-marine.sh
chmod +x create-config.sh
./create-config.sh > config.yaml

Downloading and running workflow with snakemake

wget -O Snakefile https://raw.githubusercontent.com/mirand863/ganon_cami2/master/Snakefile
snakemake -s Snakefile --configfile config.yaml -kpr --cores 56 > marine.log

Strain Madness Dataset

Creating config file

cd strain-madness
wget -O create-config.sh https://raw.githubusercontent.com/mirand863/ganon_cami2/master/create-config-strain-madness.sh
chmod +x create-config.sh
./create-config.sh > config.yaml

Downloading and running workflow with snakemake

wget -O Snakefile https://raw.githubusercontent.com/mirand863/ganon_cami2/master/Snakefile-Strain-Madness
snakemake -s Snakefile --configfile config.yaml -kpr --cores 56 > strain-madness.log

ganon_cami2's People

Contributors

mirand863 avatar

Watchers

James Cloos avatar  avatar

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.