phac-nml / irida-plugin-amr-detection

IRIDA Plugin for AMR Detection
Apache License 2.0
3 stars 3 forks source link

Initial release of amr detection pipeline #1

Closed apetkau closed 5 years ago

apetkau commented 5 years ago

This implements the initial release of the AMR detection pipeline (implementing issue https://github.com/phac-nml/irida/issues/137).

In order to test this out you have to first start up a Galaxy instance and install the following tools:

Once you've got those tools installed, you will have to build the plugin. This first requires you to install IRIDA to your Maven repository:

# Run this in the irida project
cd irida

# Checkout specific version I compile against
git checkout 19.01.3
mvn clean install -DskipTests

Now, to build you can run:

# Run this in this code repository
cd irida-plugin-amr-detection

mvn clean package

Now, to install the plugin, you can run:

cp target/*.java /etc/irida/plugins

Now, start up IRIDA and you can run the AMR Detection pipeline.