Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update template and update PHB version #217

Merged
merged 4 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Thank your for contributing to Theiagen's Public Health Bioinformatics repository!
Thank you for contributing to Theiagen's Public Health Bioinformatics repository!
Please fill in the appropriate checklist below and delete whatever is not relevant.

Documentation on how to contribute can be found at https://github.com/theiagen/public_health_bioinformatics#contributing-to-the-phb-workflows
Expand All @@ -14,9 +14,13 @@ Closes <Issue number>

<!--Here give examples of the changes you've made to this pull request. Include an itemized list if you can. It'll help the reviewer-->

### Impacted Workflows/Tasks

<!--List the workflows and/or tasks that will be affected by this change-->

## :brain: Context and Rationale

<!--What's the context of the changes? Where there any trade-offs you had to consider?-->
<!--What's the context of the changes? Were there any trade-offs you had to consider?-->

## :clipboard: Workflow/Task Steps

Expand All @@ -30,6 +34,10 @@ Closes <Issue number>

<!--What are the outputs of your workflow/task?-->

### Impacted Outputs

<!--List any existing outputs that will be affected by this change-->

## :test_tube: Testing

### Locally
Expand Down
2 changes: 1 addition & 1 deletion tasks/task_versioning.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ task version_capture {
volatile: true
}
command {
PHB_Version="PHB v1.2.0"
PHB_Version="PHB v1.2.1"
~{default='' 'export TZ=' + timezone}
date +"%Y-%m-%d" > TODAY
echo "$PHB_Version" > PHB_VERSION
Expand Down
Loading