diff --git a/core/jms-implementation/src/main/resources/spring/jobs/jobNCBIfamAMR-context.xml b/core/jms-implementation/src/main/resources/spring/jobs/jobNCBIfamAMR-context.xml index 23e0735f3..95fc0a1e6 100644 --- a/core/jms-implementation/src/main/resources/spring/jobs/jobNCBIfamAMR-context.xml +++ b/core/jms-implementation/src/main/resources/spring/jobs/jobNCBIfamAMR-context.xml @@ -49,7 +49,7 @@ class="uk.ac.ebi.interpro.scan.management.model.implementations.DeleteFileStep" parent="abstractNCBIfamAMRStep"> - + @@ -57,15 +57,16 @@ class="uk.ac.ebi.interpro.scan.management.model.implementations.hmmer3.NCBIfamParseStep" parent="abstractNCBIfamAMRStep"> - - + + - + + @@ -97,7 +98,7 @@ - + @@ -109,7 +110,11 @@ - + + + + + diff --git a/core/model/src/main/java/uk/ac/ebi/interpro/scan/model/SignatureLibrary.java b/core/model/src/main/java/uk/ac/ebi/interpro/scan/model/SignatureLibrary.java index 8bdde51ca..e841aa296 100644 --- a/core/model/src/main/java/uk/ac/ebi/interpro/scan/model/SignatureLibrary.java +++ b/core/model/src/main/java/uk/ac/ebi/interpro/scan/model/SignatureLibrary.java @@ -35,7 +35,7 @@ public enum SignatureLibrary { HAMAP("Hamap", "Description to be added", true), MOBIDB_LITE("MobiDBLite", "Predicts disordered protein regions", false), NCBIFAM("NCBIfam", "NCBIfam is a collection of protein families based on Hidden Markov Models (HMMs)", true), - NCBIFAM_AMR("NCBIfam", "NCBIfam-AMR is a collection of Hidden Markov Models (HMMs) used for the detection of antimicrobial resistance genes", true), + NCBIFAM_AMR("NCBIfam-AMR", "NCBIfam-AMR is a collection of Hidden Markov Models (HMMs) used for the detection of antimicrobial resistance genes", true), PANTHER("PANTHER", "The PANTHER (Protein ANalysis THrough Evolutionary Relationships) Classification System is a unique resource that classifies genes by their functions, using published scientific experimental evidence and evolutionary relationships to predict function even in the absence of direct experimental evidence.", true), PFAM("Pfam", "Description to be added", true), PHOBIUS("Phobius", "Prediction of signal peptides and trans-membrane regions", false),