Skip to content

Commit ceaeacf

Browse files
committed
Bump corems version
1 parent e732735 commit ceaeacf

23 files changed

Lines changed: 35 additions & 35 deletions

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.3.2
2+
current_version = 3.3.3
33
commit = False
44
tag = False
55

.bumpversion_lcmsmetab.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.2
2+
current_version = 1.1.3
33
commit = False
44
tag = False
55

.bumpversion_lipid.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.2
2+
current_version = 1.3.3
33
commit = False
44
tag = False
55

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ COPY metaMS/ /metams/metaMS/
2121
COPY README.md disclaimer.txt Makefile requirements.txt setup.py /metams/
2222

2323
# Install the correct version of CoreMS from github
24-
RUN pip install git+https://github.com/EMSL-Computing/CoreMS.git@v3.9.2
24+
RUN pip install git+https://github.com/EMSL-Computing/CoreMS.git@v3.9.3
2525

2626
# Install the MetaMS package in editable mode
2727
RUN pip3 install --editable .

MAINTAINERS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ To test a workflow before an associated docker image is pushed, you can run the
4545
The following steps should be followed in order
4646

4747
### Bump Version Numbers
48-
The versioning of the repo, docker image and the GC/MS workflow are currently 3.3.2.
49-
The version of the lipid workflow is currently 1.3.2.
50-
The version of the LCMS metabolomics workflow is currently 1.1.2.
48+
The versioning of the repo, docker image and the GC/MS workflow are currently 3.3.3.
49+
The version of the lipid workflow is currently 1.3.3.
50+
The version of the LCMS metabolomics workflow is currently 1.1.3.
5151

5252
To bump the repo *and all workflows*, run one of the following commands. This will update the runtime version of all of the workflows, the version of the repo and the version of the docker image.
5353

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ get-lipid-test-data:
129129
@echo "Downloading test data for lipidomics"
130130
@mkdir -p test_data
131131
@mkdir -p test_data/test_lipid_data
132-
@curl --retry 3 --retry-delay 5 --connect-timeout 30 --max-time 300 -L -o test_data/test_lipid_data.zip https://nmdcdemo.emsl.pnnl.gov/lipidomics/test_data/metams_lipid_test_data/test_lipid_data.zip
132+
@curl --retry 3 --retry-delay 5 --connect-timeout 30 --max-time 600 -L -o test_data/test_lipid_data.zip https://nmdcdemo.emsl.pnnl.gov/lipidomics/test_data/metams_lipid_test_data/test_lipid_data.zip
133133
@unzip test_data/test_lipid_data.zip -d test_data/test_lipid_data/
134134
@rm test_data/test_lipid_data.zip
135135
@echo "Test data downloaded and unzipped"
@@ -138,9 +138,9 @@ get-lcms-metab-test-data:
138138
@echo "Downloading test data for LC-MS metabolomics"
139139
@mkdir -p test_data
140140
@mkdir -p test_data/test_lcms_metab_data
141-
@curl --retry 3 --retry-delay 5 --connect-timeout 30 --max-time 300 -L -o test_data/test_lcms_metab_data/lcms_test_data1.mzML https://nmdcdemo.emsl.pnnl.gov/metabolomics/test_data/metams_lcms_metab_test_data/lcms_test_data1.mzML
142-
@curl --retry 3 --retry-delay 5 --connect-timeout 30 --max-time 300 -L -o test_data/test_lcms_metab_data/lcms_test_data2.mzML https://nmdcdemo.emsl.pnnl.gov/metabolomics/test_data/metams_lcms_metab_test_data/lcms_test_data2.mzML
143-
@curl --retry 3 --retry-delay 5 --connect-timeout 30 --max-time 300 -L -o test_data/test_lcms_metab_data/lcms_test_data3.mzML https://nmdcdemo.emsl.pnnl.gov/metabolomics/test_data/metams_lcms_metab_test_data/lcms_test_data3.mzML
141+
@curl --retry 3 --retry-delay 5 --connect-timeout 30 --max-time 600 -L -o test_data/test_lcms_metab_data/lcms_test_data1.mzML https://nmdcdemo.emsl.pnnl.gov/metabolomics/test_data/metams_lcms_metab_test_data/lcms_test_data1.mzML
142+
@curl --retry 3 --retry-delay 5 --connect-timeout 30 --max-time 600 -L -o test_data/test_lcms_metab_data/lcms_test_data2.mzML https://nmdcdemo.emsl.pnnl.gov/metabolomics/test_data/metams_lcms_metab_test_data/lcms_test_data2.mzML
143+
@curl --retry 3 --retry-delay 5 --connect-timeout 30 --max-time 600 -L -o test_data/test_lcms_metab_data/lcms_test_data3.mzML https://nmdcdemo.emsl.pnnl.gov/metabolomics/test_data/metams_lcms_metab_test_data/lcms_test_data3.mzML
144144
@echo "LCMS test data downloaded"
145145

146146
wdl-run-lipid :

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## Current Version
1212

13-
### `3.3.2`
13+
### `3.3.3`
1414

1515
## Available Workflows
1616

docs/gcms_metabolomics/README_GCMS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
## Current Version
2222

23-
### `3.3.2`
23+
### `3.3.3`
2424

2525
### Data input formats
2626

docs/gcms_metabolomics/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Outputs
9696
Version History
9797
---------------
9898

99-
- Current version is 3.3.2
99+
- Current version is 3.3.3
100100

101101
Point of contact
102102
----------------

docs/lcms_lipidomics/README_LCMS_LIPID.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ github_url
22

33
: <https://github.com/microbiomedata/metaMS/blob/master/docs/index_lipid.rst>
44

5-
# Lipidomics Workflow (v1.3.2)
5+
# Lipidomics Workflow (v1.3.3)
66

77
![](lipid_workflow_v1.svg)
88

@@ -128,7 +128,7 @@ The following inputs are required (declared in the input json file):
128128

129129
## Version History
130130

131-
- v1.3.2: Current release
131+
- v1.3.3: Current release
132132
- v1.0.0: Initial release of the lipidomics workflow Jan 9, 2025
133133

134134
## Point of contact

0 commit comments

Comments
 (0)