Code Monkey home page Code Monkey logo

atavide_lite's Introduction

Edwards Lab License: MIT GitHub language count DOI

atavide lite

A simpler version of atavide that relies only on slurm or PBS scripts. Some of the settings maybe specific for our compute resources

atavide is a full-fledged metagenome processing pipeline. This is a simpler version that uses either slurm scripts or PBS scripts to accomplish the same things. In this initial release, we avoided snakemake to work through the steps one at a time, although that will likely come soon.

See the verions:

  • slurm - designed to work on Flinders deepthought infrastructure
  • pbs - designed to work on the NCI infrastructrue for now

Currently the pipeline depends on these software

  • fastp
  • samtools
  • minimap2
  • megahit
  • mmseqs
  • vamb

You can install all of these with:

mamba env create -f ~/atavide_lite/atavide_lite.yaml

If you use atavide light, please cite it and then please also cite the other papers that describe these great tools.

atavide_lite's People

Contributors

linsalrob avatar

Stargazers

Michael Roach avatar Susie Grigson avatar

Watchers

 avatar  avatar

Forkers

npbhavya

atavide_lite's Issues

VAMB issues

The VAMB version in the atavide_lite_vamb.yaml needs to be updated to 3.0.2 for use GPU computing. This update however might also create some issues with the current minimap/vamb implementation. The error when running vamb is a list of this error for each file:

[E::idx_find_and_load] Could not retrieve index file for 'vamb/mapped_reads/NFI_15tigershark_S7.bam'

When looking into the vamb scripts, two of the same minimap commands occur. Could this be causing the index file to be lost and throw this error?

vamb_minimap.slurm:

minimap2 -t 16 -N 5 -ax sr $BGFS/$OUTDIR/contigs.mmi --split-prefix $BGFS/mmsplit$$ $BGFS/fastq/$R1 $BGFS/fastq/$R2 | samtools view -F 3584 -b --threads 16 | samtools sort -@ 16 -o $BGFS/$OUTDIR/mapped_reads/$BAM -

vamb.slurm
minimap2 -t 16 -N 5 -ax sr $BGFS/$OUTDIR/contigs.mmi --split-prefix $BGFS/mmsplit$$ $BGFS/fastq/$R1 $BGFS/fastq/$R2 | samtools view -F 3584 -b --threads 16 | samtools sort -@ 16 -o $BGFS/$OUTDIR/mapped_reads/$BAM -

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.