All Projects → ctmrbio → BACTpipe

ctmrbio / BACTpipe

Licence: MIT license
BACTpipe: An assembly and annotation pipeline for bacterial genomics

Programming Languages

groovy
2714 projects
Nextflow
61 projects
python
139335 projects - #7 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to BACTpipe

bacannot
Generic but comprehensive pipeline for prokaryotic genome annotation and interrogation with interactive reports and shiny app.
Stars: ✭ 51 (+168.42%)
Mutual labels:  pipeline, annotation
bactmap
A mapping-based pipeline for creating a phylogeny from bacterial whole genome sequences
Stars: ✭ 36 (+89.47%)
Mutual labels:  pipeline, bacteria
asap
A scalable bacterial genome assembly, annotation and analysis pipeline
Stars: ✭ 47 (+147.37%)
Mutual labels:  annotation, bacteria
companion
This repository has been archived, currently maintained version is at https://github.com/iii-companion/companion
Stars: ✭ 21 (+10.53%)
Mutual labels:  pipeline, annotation
xp
A framework (comand line tool + libraries) for creating flexible compute pipelines
Stars: ✭ 54 (+184.21%)
Mutual labels:  pipeline
ensembldb
This is the ensembldb development repository.
Stars: ✭ 31 (+63.16%)
Mutual labels:  annotation
langx-java
Java tools, helper, common utilities. A replacement of guava, apache-commons, hutool
Stars: ✭ 50 (+163.16%)
Mutual labels:  pipeline
hic
Analysis of Chromosome Conformation Capture data (Hi-C)
Stars: ✭ 45 (+136.84%)
Mutual labels:  pipeline
prodoc.nvim
a neovim comment and annotation plugin using coroutine
Stars: ✭ 47 (+147.37%)
Mutual labels:  annotation
concrete-python
Python modules and scripts for working with Concrete, a data serialization format for NLP
Stars: ✭ 19 (+0%)
Mutual labels:  annotation
annotate
Create 3D labelled bounding boxes in RViz
Stars: ✭ 104 (+447.37%)
Mutual labels:  annotation
MS-CleanR
No description or website provided.
Stars: ✭ 21 (+10.53%)
Mutual labels:  annotation
cpp-from-zero-to-one
Learning C++ from zero to one
Stars: ✭ 52 (+173.68%)
Mutual labels:  pipeline
ember-pipeline
Railway oriented programming in Ember
Stars: ✭ 17 (-10.53%)
Mutual labels:  pipeline
HTGS
The Hybrid Task Graph Scheduler API
Stars: ✭ 36 (+89.47%)
Mutual labels:  pipeline
viGEN
viGEN - A bioinformatics pipeline for the exploration of viral RNA in human NGS data
Stars: ✭ 24 (+26.32%)
Mutual labels:  bacteria
gawn
Genome Annotation Without Nightmares
Stars: ✭ 35 (+84.21%)
Mutual labels:  pipeline
ofxOpenCvDnnObjectDetection
OpenCV based DNN Object Detection Library for Openframeworks
Stars: ✭ 34 (+78.95%)
Mutual labels:  annotation
piaf
Question Answering annotation platform - Plateforme d'annotation
Stars: ✭ 62 (+226.32%)
Mutual labels:  annotation
eidos-audition
Collection of auditory models.
Stars: ✭ 25 (+31.58%)
Mutual labels:  pipeline

DOI

BACTpipe

BACTpipe is a whole genome sequencing workflow. It does quality assessment of paired input reads, tries to assess if the sample contains mixed or pure isolates, performs de novo assembly, and annotates the assembled genome. BACTpipe uses Nextflow as a workflow manager.

BACTpipe flowchart

Documentation

Complete documentation is available at https://bactpipe.readthedocs.io.

Quick-start

You need to have Nextflow, more specifically v21.04.0 and conda installed. When running with the default local profile all other software will be installed into local environments by conda througout the process.

Run BACTpipe

Nextflow makes it easy to run BACTpipe:

$ nextflow run ctmrbio/BACTpipe --reads 'path/to/reads/*_R{1,2}.fastq.gz'

This will run BACTpipe locally. For more details on how to run BACTpipe, see the official documentation at https://bactpipe.readthedocs.io.

License

BACTpipe is published under the MIT license 2018-2021

Authors

  • Abhinav Sharma (@abhi18av)
  • Emilio Rudbeck (@emilio-r)
  • Joseph Kirangwa (@b16joski),
  • Sandra Alvarez-Carretero (@sabifo4),
  • Fredrik Boulund (@boulund),
  • Kaisa Thorell (@thorellk)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].