IRIDA Pipeline Plugins

May 26, 2022 ยท View on GitHub

This repository contains a list of pipelines in IRIDA available as plugins.

The IRIDA group does not maintain these plugins so any questions or concerns should be directed to the plugin's developers.

Installation

To install each of these plugins, please download the appopriate JAR file from the Release link and copy to the directory /etc/irida/plugins/ on a machine running IRIDA. Then, re-start IRIDA and you should see the pipeline appear in your list of pipelines.

Please see the IRIDA Pipeline Plugin documentation for more details.

Plugins

NameRepositoryDescriptionRelease
Example Pluginhttps://github.com/phac-nml/irida-plugin-exampleAn Example plugin to be used as a template for developing IRIDA pipeline plugins.GitHub release
AMR Detectionhttps://github.com/phac-nml/irida-plugin-amr-detectionA pipeline for the detection of antimicrobial resistance genes in bacterial isolates.GitHub release
ECTYPERhttps://github.com/phac-nml/irida-plugin-ectyperA pipeline to in silico serotype E.coli isolatesGitHub release
MLSThttps://github.com/public-health-bioinformatics/irida-plugin-mlstA pipeline for traditional MLST using PubMLST schemas.GitHub release
QI-TAXONhttps://github.com/quadram-institute-bioscience/irida-plugin-qi-taxonA pipeline for read based taxon classification.GitHub release
QI-PHYLOhttps://github.com/quadram-institute-bioscience/irida-plugin-qi-phyloA pipeline for rFast phylogeny pipeline (Snippy, IQTree)GitHub release
Species Abundancehttps://github.com/public-health-bioinformatics/irida-plugin-species-abundanceEstimate relative species abundance with Kraken2 & brackenGitHub release
Resistance Screenhttps://github.com/public-health-bioinformatics/irida-plugin-resistance-screenDetect presence of specific resistance genesGitHub release
TETyperhttps://github.com/public-health-bioinformatics/irida-plugin-tetyperDetermine sequence types for specific transposable elementsGitHub release
Snippy Singlehttps://github.com/public-health-bioinformatics/irida-plugin-snippy-singleVariant calling against a reference genome for a single isolateGitHub release
MiCall-Litehttps://github.com/public-health-bioinformatics/irida-plugin-micall-liteHuman RNA Virus GenotypingGitHub release
Plasmid Screenhttps://github.com/public-health-bioinformatics/irida-plugin-plasmid-screenLocate resistance genes on plasmidsGitHub release
TBProfilerhttps://github.com/public-health-bioinformatics/irida-plugin-tbprofilerIdentify lineage and drug resistance variants in M. tuberculosisGitHub release
Snippy Phylogenomicshttps://github.com/public-health-bioinformatics/irida-plugin-snippy-phylogenomicsVariant calling and core genome alignment with Snippy, phylogenetic tree reconstruction with IQTREEGitHub release
SISTRhttps://github.com/phac-nml/irida-plugin-sistrThe Salmonella In Silico Typing Resource (SISTR): an open web-accessible tool for rapidly typing and subtyping draft Salmonella genome assembliesGitHub release
COMBAT-TB: M. tuberculosis sample reporthttps://github.com/COMBAT-TB/irida-plugin-tb-sample-reportReport on variants and drug resistance in M. tuberculosis samples using TBProfiler and the COMBAT-TB eXplorerGitHub release
COMBAT-TB: M. tuberculosis phylogenyhttps://github.com/COMBAT-TB/irida-plugin-tb-phylogenyCompute phylogeny from set of M. tuberculosis samplesGitHub release

Development

To develop a new plugin, please refer to the IRIDA Pipeline Plugin documentation in IRIDA and the IRIDA Example Plugin or existing plugins listed above.

Contributing

We welcome the contribution of any pipelines you have developed for IRIDA. If you wish to include this pipeline in the list, please submit a Pull Request to this repository which adds a new entry to the table in the Plugins section. This will be in the format of:

| [NAME] | [REPOSITORY/URL] | [DESCRIPTION] | [RELEASE] |

The [RELEASE] could be a direct link to your GitHub releases page (e.g., https://github.com/phac-nml/irida-plugin-amr-detection/releases), a link to the appropriate JAR file, or if you wish to make use of a badge for your release/repository, you can refer to https://shields.io/category/version.

License

Text in this repository is licensed under the Creative Commons Attribution 4.0 International https://creativecommons.org/licenses/by/4.0/ license. Licenses for each IRIDA plugin are specific to each plugin and should be available from the respective code repositories.