Git Product home page Git Product logo

vamb_cami2's Introduction

GitHub repository for binning CAMI2 challenge dataset using VAMB

This is a snakemake file for running VAMB on the CAMI2 challenge datasets.

IMPORTANT: Because CAMI datasets are pooled assemblies - this is not using the multi-split approach. If you are running your own data you should use the multi-split approach instead. I will put up a link here to a snakemake that does exactly that

Edit the configuration file as necessary, the fields are:

configfile: the config-file itself
contigs: input contigs
minimap_mem: memory for minimap2
ppn: number of cores for minimap2
project: if running using qsub for accounting (-A option in qsub)
sample_file: text file with sample names to include (one per line)
sample_data: tab separated text file with sample_name _tab_ path/to/reads (it assumes interleaved reads)
tmpdir: temporary folder to write tmpstuff
vamb_params: extra parameters for vamb

Example running

snakemake --cores 50 --configfile config.json --latency-wait 60

Example running using qsub

snakemake --jobs 50 --configfile config.json --cluster "qsub -l walltime={params.walltime} -l nodes=1:ppn={params.ppn} -l mem={params.mem} -A cpr_10006 -W group_list=cpr_10006" --latency-wait 60

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.