Skip to content
/ bacass Public
forked from nf-core/bacass

Simple bacterial assembly and annotation pipeline.

License

Notifications You must be signed in to change notification settings

bewt85/bacass

 
 

Repository files navigation

nf-core/bacass

A simple bacterial assembly and annotation pipeline

Build Status Nextflow

install with bioconda Docker DOI

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.

Citation

If you use nf-core/atacseq for your analysis, please cite it using the following doi: 10.5281/zenodo.2634132

You can cite the nf-core pre-print as follows:
Ewels PA, Peltzer A, Fillinger S, Alneberg JA, Patel H, Wilm A, Garcia MU, Di Tommaso P, Nahnsen S. nf-core: Community curated bioinformatics pipelines. bioRxiv. 2019. p. 610741. doi: 10.1101/610741.

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%