Skip to content

Commit

Permalink
Rename plugin to tb-phylogeny-pipeline-plugin throughout
Browse files Browse the repository at this point in the history
  • Loading branch information
pvanheus committed Feb 4, 2021
1 parent cce76c4 commit ee7da2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>ca.corefacility.bioinformatics.irida.plugins</groupId>
<artifactId>snippy-tb-sample-iqtree</artifactId>
<artifactId>tb-phylogeny-pipeline-plugin</artifactId>
<version>0.1.4</version>
<!-- Please fill out these properties with information about your particular plugin -->
<properties>
<!-- Information used to define properties about a plugin. Please see the PF4J docs for more details https://pf4j.org/doc/getting-started.html -->
<plugin.id>snippy-tb-sample-iqtree-pipeline-plugin</plugin.id>
<plugin.id>tb-phylogeny-pipeline-plugin</plugin.id>
<plugin.class>ca.corefacility.bioinformatics.irida.plugins.SnippyTbSampleIqtreePipelinePlugin</plugin.class>
<plugin.version>0.1.4</plugin.version>
<plugin.provider>SANBI-SA</plugin.provider>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* An example {@link IridaPlugin} implementation which will extract some
* information from the sequencing reads.
*/
public class SnippyTbSampleIqtreePipelinePlugin extends Plugin {
public class TbPhylogenyPipelinePlugin extends Plugin {

/**
* The {@link AnalysisType} used by this plugin. This wraps around a string and
Expand All @@ -27,7 +27,7 @@ public class SnippyTbSampleIqtreePipelinePlugin extends Plugin {
*/
public static final AnalysisType SNIPPY_PHYLOGENOMICS = new AnalysisType("SNIPPY_PHYLOGENOMICS");

public SnippyTbSampleIqtreePipelinePlugin(PluginWrapper wrapper) {
public TbPhylogenyPipelinePlugin(PluginWrapper wrapper) {
super(wrapper);
}

Expand Down

0 comments on commit ee7da2e

Please sign in to comment.