Skip to content

Commit 6e363a5

Browse files
authored
Dev (#86)
* Version num update * Version num update
1 parent 90b59ff commit 6e363a5

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ docker-compose-*.yaml
2222
**/.Rproj.user
2323
**/test_data/*
2424
**/gisaid_cli/*
25-
**/COV_TEST_DATA/*
26-
**/FLU_TEST_DATA/*
25+
**/*_TEST_DATA/*

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ github_pages_url <- description$GITHUB_PAGES
2626

2727
<p style="font-size: 16px;"><em>Public Database Submission Pipeline</em></p>
2828

29-
**Beta Version**: v1.2.2. This pipeline is currently in Beta testing, and issues could appear during submission. Please use it at your own risk. Feedback and suggestions are welcome!
29+
**Beta Version**: v1.2.3. This pipeline is currently in Beta testing, and issues could appear during submission. Please use it at your own risk. Feedback and suggestions are welcome!
3030

3131
**General Disclaimer**: This repository was created for use by CDC programs to collaborate on public health related projects in support of the [CDC mission](https://www.cdc.gov/about/organization/mission.htm). GitHub is not hosted by the CDC, but is a third party website used by CDC and its partners to share information and collaborate on software. CDC use of GitHub does not imply an endorsement of any one particular service, product, or enterprise.
3232

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
</p>
1313

14-
**Beta Version**: 1.2.2. This pipeline is currently in Beta testing, and
14+
**Beta Version**: 1.2.3. This pipeline is currently in Beta testing, and
1515
issues could appear during submission. Please use it at your own risk.
1616
Feedback and suggestions are welcome\!
1717

docs/app.json

+1-1
Large diffs are not rendered by default.

settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
PROG_DIR: str = os.path.dirname(os.path.abspath(__file__))
1313

1414
# SeqSender version
15-
VERSION: str = "1.2.2 (Beta)"
15+
VERSION: str = "1.2.3 (Beta)"
1616

1717
# Organism options with unique submission options
1818
ORGANISM_CHOICES: List[str] = ["FLU", "COV", "POX", "ARBO", "OTHER"]

shiny/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
header = (
2121
ui.card_header(
2222
ui.HTML(
23-
"""<p><strong>Beta Version</strong>: 1.2.2. This pipeline is currently in Beta testing, and issues could appear during submission. Please use it at your own risk. Feedback and suggestions are welcome!</p>"""
23+
"""<p><strong>Beta Version</strong>: 1.2.3. This pipeline is currently in Beta testing, and issues could appear during submission. Please use it at your own risk. Feedback and suggestions are welcome!</p>"""
2424
)
2525
),
2626
)

0 commit comments

Comments
 (0)