bacannot icon indicating copy to clipboard operation
bacannot copied to clipboard

Generic but comprehensive pipeline for prokaryotic genome annotation and interrogation with interactive reports and shiny app.

Results 19 bacannot issues
Sort by recently updated
recently updated
newest added

This PR will host modifications required to add an option to run `bakta` instead of `prokka` for primary annotation if desired.

enhancement

Study the best way to implement [Bakta](https://github.com/oschwengers/bakta) in the pipeline. It will be nice to provide the users with the option to choose the base annotation with Prokka or Bakta,...

enhancement
stalled

Would be good if possible to add a new tool for prophage annotation: https://github.com/gbouras13/pharokka

enhancement

A new tool for the annotation and indentification of Integrons in Bacteria has been made available: https://github.com/gem-pasteur/Integron_Finder Would be super nice to have it incorporated in the analysis.

enhancement

Add to the pipeline the new tool called [f5c](https://github.com/hasindu2008/f5c) which is a reimplementation of `Nanopolish` and is much faster. Add this tool, but not replace nanopolish. Instead, make the pipeline...

enhancement

Add an additional module for scanning the sample using [sourmash](https://github.com/sourmash-bio/sourmash): - [x] scan against refseq using whole genome (LCA) - [x] an option to create a simple phylogeny using sourmash...

enhancement

Add a step to create a additional AMR report with https://github.com/pha4ge/hAMRonization tool, which enables a nice way to visualise and compare the results between AMR tools.

enhancement

Hey Felipe, Building upon the stylistic change suggested in https://github.com/fmalmeida/bacannot/issues/38 Perhaps instead of using the `prokka.out[1]` etc, we can rely upon named outputs ```nextflow annotations_files_ch = (PROKKA.out.renamed_genome).join(PROKKA.out.gffAnnotation) .join(MLST.out.mlstAnalysis) .join(BARRNAP.out.gffTuple) ```...

code organisation
cleanup

This brings forward the feature request that was first discussed at: * #35 Since the issue was not related to it and is now closed, it was necessary to open...

**Describe the bug** Bugs occurred when annotating custom database, that **table in report** files are EMPTY, although **annotiation summary** files NOT EMPTY. **To Reproduce** Steps to reproduce the behavior: 1....

bug