-
Notifications
You must be signed in to change notification settings - Fork 20
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 #17 from peterk87/clair3-biocontainers
Use Clair3 Biocontainers images instead of DockerHub images
- Loading branch information
Showing
7 changed files
with
71 additions
and
34 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: '✨ Feature request' | ||
description: Suggest a new feature or enhancement for nf-flu | ||
labels: [enhancement] | ||
|
||
body: | ||
- id: description | ||
type: textarea | ||
attributes: | ||
label: Problem description | ||
description: > | ||
Please describe the feature or behavior you'd like to see in nf-flu and the motivation. | ||
placeholder: > | ||
I wish nf-flu could ... | ||
validations: | ||
required: true |
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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: '❓ Question' | ||
description: Ask a question about nf-flu | ||
labels: [question] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
Have you searched the documentation for nf-flu? | ||
Please see the following documentation: | ||
* [nf-flu Usage](https://github.com/CFIA-NCFAD/nf-flu/blob/master/docs/usage.md) | ||
* [nf-flu Output](https://github.com/CFIA-NCFAD/nf-flu/blob/master/docs/output.md) | ||
* [nf-flu Quickstart guide](https://github.com/CFIA-NCFAD/nf-flu/blob/master/README.md#quick-start) | ||
Has your question already been answered? | ||
Check here: | ||
* [previously asked questions](https://github.com/CFIA-NCFAD/nf-flu/issues?q=is%3Aissue+label%3Aquestion) | ||
* [bug reports](https://github.com/CFIA-NCFAD/nf-flu/issues?q=is%3Aissue+label%3Abug) | ||
- type: checkboxes | ||
attributes: | ||
label: Research | ||
options: | ||
- label: > | ||
I have searched the documentation and previously asked questions. | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: --- | ||
- type: textarea | ||
id: question | ||
attributes: | ||
label: Question about nf-flu | ||
description: > | ||
Please provide a detailed description of your question. | ||
Include any relevant code or command line output. | ||
placeholder: | | ||
Can nf-flu do X? |
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
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