generated from CCBR/CCBR_NextflowTemplate
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from CCBR/docker
Update docker container names for push to nciccbr
- Loading branch information
Showing
7 changed files
with
42 additions
and
27 deletions.
There are no files selected for viewing
24 changes: 13 additions & 11 deletions
24
.github/pull_request_template.md → .github/PULL_REQUEST_TEMPLATE.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,29 @@ | ||
--- | ||
name: Pull Request | ||
about: Create a Pull Request | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
## Changes | ||
|
||
<!-- | ||
Provide a summary of what is included in this Pull Request (PR). | ||
--> | ||
|
||
## Issues | ||
|
||
<!-- | ||
Reference any issues related to this PR. | ||
If this PR fixes any issues, [use a keyword](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword) | ||
when referring to the issue. | ||
--> | ||
|
||
<!-- | ||
**Reviewers**: Use the @ feature to mention anyone responsible for reviewing/completing this request. | ||
--> | ||
|
||
## Checklist | ||
## PR Checklist | ||
|
||
(~Strikethrough~ any points that are not applicable.) | ||
|
||
- [ ] Write unit tests for any new features or bug fixes. | ||
- [ ] This comment contains a description of changes with justifications, with any relevant issues linked. | ||
- ~[ ] Write unit tests for any new features, bug fixes, or other code changes.~ _testing framework not yet implemented_ | ||
- [ ] Update docs if there are any API changes. | ||
- [ ] Update the changelog with a one-line description of these changes and reference the PR number. | ||
- [ ] If a new nextflow process is implemented: | ||
- [ ] docker container is set in `conf/modules.config`. | ||
- [ ] stub is defined. | ||
- [ ] Update `CHANGELOG.md` with a one-line description of these changes and reference the PR number. Guidelines: https://keepachangelog.com/en/1.1.0/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
# Container for bagel processes in CRUISE | ||
# bagel | ||
|
||
Container for bagel processes in CRUISE | ||
|
||
<https://hub.docker.com/r/nciccbr/cruise_bagel_2.0> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
dockerhub_namespace: kellysovacool | ||
image_name: bagel | ||
version: test | ||
dockerhub_namespace: nciccbr | ||
image_name: cruise_bagel_2.0 | ||
version: 0.1.0 | ||
container: "$(dockerhub_namespace)/$(image_name):$(version)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# drugz | ||
# drugZ | ||
|
||
Container for drugz processes in CRUISE | ||
Container for drugZ processes in CRUISE | ||
|
||
<https://hub.docker.com/r/nciccbr/cruise_drugz> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
dockerhub_namespace: kellysovacool | ||
image_name: drugz | ||
version: test | ||
dockerhub_namespace: nciccbr | ||
image_name: cruise_drugz | ||
version: 0.1.0 | ||
container: "$(dockerhub_namespace)/$(image_name):$(version)" |