Skip to content
forked from nf-core/bacass

Simple bacterial assembly and annotation pipeline.

License

Notifications You must be signed in to change notification settings

xlinxlin/bacass

This branch is 678 commits behind nf-core/bacass:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ae7f903 · May 6, 2019

History

48 Commits
May 4, 2019
May 4, 2019
May 6, 2019
May 6, 2019
May 6, 2019
Jan 11, 2019
May 4, 2019
May 5, 2019
May 6, 2019
May 4, 2019
May 5, 2019
May 4, 2019
May 6, 2019
May 5, 2019
May 6, 2019
May 5, 2019

Repository files navigation

nf-core/bacass

A simple bacterial assembly and annotation pipeline

Build Status Nextflow

install with bioconda Docker

Introduction

This pipeline is for bacterial assembly of next-generation sequencing reads. It can be used to quality trim your reads using Skewer and performs basic QC using FastQC. Afterwards, the pipeline performs read assembly using Unicycler and assesses assembly quality using QUAST. Contamination of the assembly is checked using Kraken2 to verify sample purity. The resulting bacterial assembly is annotated using Prokka.

Furthermore, the pipeline creates various reports in the results directory specified, including a MultiQC report summarizing some of the findings and software versions.

The pipeline is built using Nextflow, a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It comes with docker containers making installation trivial and results highly reproducible.

Documentation

The nf-core/bacass pipeline comes with documentation about the pipeline, found in the docs/ directory:

  1. Installation
  2. Pipeline configuration
  3. Running the pipeline
  4. Output and how to interpret the results
  5. Troubleshooting

Credits

nf-core/bacass was originally written by Andreas Wilm and is currently maintained by Alexander Peltzer.

About

Simple bacterial assembly and annotation pipeline.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Nextflow 86.0%
  • HTML 5.7%
  • Python 4.8%
  • R 2.6%
  • Dockerfile 0.9%