Git Product home page Git Product logo

snakemake-genome-assembly-practice's Introduction

Snakemake genome assembly

This is a Snakemake pipeline that downloads reads from SRA, assembles them using Unicycler, and outputs various quality metric files and plots. The steps in the pipeline are:

Running the pipeline

  • Edit the config file in the indicated places
  • Install snakemake. A bare conda/mamba environment is recommended (ie., created with mamba create -c conda-forge -c bioconda -n snakemake snakemake)
  • Edit config/config.yml.
    • sra_list should be the path to a newline-separated file of SRA accessions.
    • Enter the path to the checkm2 database on your system. If you don't have it installed, you can download it directly from here (source) and put enter the path into the config file.
    • By default, the pipeline will put everything into the output folder - change the path if you'd like it to be put somewhere else
  • Edit slurm/config.yaml.
    • In particular, you'll need to edit the default-resources entry with the default partition you'd like to use to submit slurm jobs to.
  • Run the pipeline with snakemake --use-conda -c

Assumptions

  • The fastq files dumped from SRA are paired-end (ie, after dumping, they'll be named something like SRRXXXXX_pass_1.fastq.gz and SRRXXXXX_pass_2.fastq.gz)

Workflow

To do

snakemake-genome-assembly-practice's People

Contributors

pommevilla avatar

Watchers

 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.