Skip to content

Commit 96a473c

Browse files
authored
Merge pull request #719 from RECETOX/copilot/update-spec2vec-version
Update spec2vec from 0.8.0 to 0.9.1
2 parents af4bb1b + 558134d commit 96a473c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tools/spec2vec/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.9
22

3-
ARG COMMIT_SHA=c9b54b950e0dbb8053ba95aabdb2d815e11e7503
3+
ARG COMMIT_SHA=9eaefa3ecee9649e8822549eaa6275f11d84ad44
44

55
WORKDIR /spec2vec
66

tools/spec2vec/macros.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<macros>
2-
<token name="@TOOL_VERSION@">0.8.0</token>
2+
<token name="@TOOL_VERSION@">0.9.1</token>
33

44
<xml name="creator">
55
<creator>

tools/spec2vec/spec2vec_similarity.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="spec2vec_similarity" name="spec2vec similarity" version="@TOOL_VERSION@+galaxy4" profile="21.09">
1+
<tool id="spec2vec_similarity" name="spec2vec similarity" version="@TOOL_VERSION@+galaxy0" profile="21.09">
22
<description>Compute spectral similarity scores between mass spectra using the Spec2Vec algorithm and a trained model.</description>
33
<macros>
44
<import>macros.xml</import>

tools/spec2vec/spec2vec_training.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="spec2vec_training" name="spec2vec model training" version="@TOOL_VERSION@+galaxy2" profile="21.09">
1+
<tool id="spec2vec_training" name="spec2vec model training" version="@TOOL_VERSION@+galaxy0" profile="21.09">
22
<description>Train a Spec2Vec model for mass spectra similarity scoring</description>
33

44
<macros>

0 commit comments

Comments
 (0)