-
Notifications
You must be signed in to change notification settings - Fork 1
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 #38 from bbglab/develop
Release v1.0.1
- Loading branch information
Showing
27 changed files
with
2,526 additions
and
650 deletions.
There are no files selected for viewing
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,91 @@ | ||
name: Bug report | ||
title: OpenVariant Bug | | ||
description: Create a bug report to help us improve OpenVariant. | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please fill out the sections below to help everyone identify and fix the bug | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the issue | ||
placeholder: Describe your issue and its behaviour (you can add screenshots or videos). | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Steps to reproduce the bug | ||
placeholder: Describe the steps to reproduce the bug or the commands to run. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: error | ||
attributes: | ||
label: Error encountered or actual result | ||
placeholder: Copy/paste the stderr output or describe the wrong result. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: result | ||
attributes: | ||
label: Expected result | ||
placeholder: Describe the result that OpenVariant should show. | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: OpenVariant version | ||
placeholder: X.Y.Z | ||
validations: | ||
required: true | ||
- type: input | ||
id: python | ||
attributes: | ||
label: Python version | ||
placeholder: X.Y.Z | ||
validations: | ||
required: true | ||
- type: input | ||
id: installation | ||
attributes: | ||
label: Installation method | ||
placeholder: e.g. pip, source code | ||
validations: | ||
required: true | ||
- type: input | ||
id: environment | ||
attributes: | ||
label: Environment | ||
placeholder: e.g. Jupyter notebook, CLI, Nextflow, Docker/Singularity, Conda, script | ||
validations: | ||
required: true | ||
- type: input | ||
id: os | ||
attributes: | ||
label: OS | ||
placeholder: e.g. Debian/Ubuntu, Arch Linux, macOS, Windows | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: comment | ||
attributes: | ||
label: Other commentaries (optional) | ||
placeholder: Add other commentaries that may be helpful to fix the bug. | ||
validations: | ||
required: false | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Contact details (optional) | ||
description: How can we get in touch with you if we need more info? | ||
placeholder: e.g. [email protected] | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for reporting this bug! |
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,8 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Questions | ||
url: https://github.com/bbglab/openvariant/discussions/categories/general | ||
about: Ask general questions or get help from the community. | ||
- name: Email us | ||
url: mailto:[email protected] | ||
about: Email us for inquiries, collaborations, or more details on OpenVariant. |
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: New feature | ||
title: OpenVariant New Feature | | ||
description: Propose a new feature to improve OpenVariant | ||
labels: ["enhancement"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please fill out the sections below to help us to build the new feature. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the feature | ||
placeholder: Describe the new feature and its behaviour. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: why | ||
attributes: | ||
label: Why it should be implemented? | ||
placeholder: Give us the reasons why this new feature show be in OpenVariant. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: suggest | ||
attributes: | ||
label: The best way to implement the new feature (optional) | ||
placeholder: Suggest how it should be implemented or give additional context. | ||
validations: | ||
required: false | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Contact details (optional) | ||
description: How can we get in touch with you if we need more info? | ||
placeholder: e.g. [email protected] | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for your suggestion! |
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,49 @@ | ||
name: Test suggestion | ||
title: "OpenVariant Test | " | ||
description: Propose a new unit test or modify the actual ones. | ||
labels: ["test"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please fill out the sections below to help us to build or modify unit tests. | ||
- type: input | ||
id: feature | ||
attributes: | ||
label: Which feature relates to this test? | ||
placeholder: e.g. task, command, annotation | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the new unit test or the changes to apply | ||
placeholder: Describe the new test to implement or the modifications to carry on. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: why | ||
attributes: | ||
label: Why it should be implemented/changed? | ||
placeholder: Give us the reasons why this unit test should be implemented or modified. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: suggest | ||
attributes: | ||
label: The best way to test the feature (optional) | ||
placeholder: Suggest how the feature should be tested or give additional context. | ||
validations: | ||
required: false | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Contact details (optional) | ||
description: How can we get in touch with you if we need more info? | ||
placeholder: e.g. [email protected] | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for testing! |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
cff-version: 1.2.0 | ||
message: "If you use OpenVariant in your research, please cite it as below." | ||
title: "OpenVariant: a toolkit to parse and operate multiple input file formats" | ||
authors: | ||
- family-names: "Martínez-Millán" | ||
given-names: "David" | ||
orcid: "https://orcid.org/0000-0002-4903-029X" | ||
- family-names: "Brando" | ||
given-names: "Federica" | ||
orcid: "https://orcid.org/0000-0003-0537-0281" | ||
- family-names: "L. Grau" | ||
given-names: "Miguel" | ||
orcid: "https://orcid.org/0000-0002-5137-9976" | ||
- family-names: "Sánchez-Guixé" | ||
given-names: "Mònica" | ||
orcid: "https://orcid.org/0000-0002-9430-4413" | ||
- family-names: "López-Elorduy" | ||
given-names: "Carlos" | ||
orcid: "https://orcid.org/0000-0001-8971-9051" | ||
- family-names: "Reyes-Salazar" | ||
given-names: "Iker" | ||
- family-names: "Deu-Pons" | ||
given-names: "Jordi" | ||
orcid: "https://orcid.org/0000-0002-1150-1586" | ||
- family-names: "López-Bigas" | ||
given-names: "Núria" | ||
orcid: "https://orcid.org/0000-0003-4925-8988" | ||
- family-names: "González-Pérez" | ||
given-names: "Abel" | ||
orcid: "https://orcid.org/0000-0002-8582-4660" | ||
date-released: "2024-12-02" | ||
version: "1.0.0" | ||
doi: "10.1093/bioinformatics/btae714" | ||
url: "https://doi.org/10.1093/bioinformatics/btae714" | ||
journal: "Bioinformatics" | ||
volume: "40" | ||
issue: "12" | ||
license: "CC-BY-4.0" | ||
preferred-citation: | ||
type: article | ||
authors: | ||
- family-names: "Martínez-Millán" | ||
given-names: "David" | ||
orcid: "https://orcid.org/0000-0002-4903-029X" | ||
- family-names: "Brando" | ||
given-names: "Federica" | ||
orcid: "https://orcid.org/0000-0003-0537-0281" | ||
- family-names: "L. Grau" | ||
given-names: "Miguel" | ||
orcid: "https://orcid.org/0000-0002-5137-9976" | ||
- family-names: "Sánchez-Guixé" | ||
given-names: "Mònica" | ||
orcid: "https://orcid.org/0000-0002-9430-4413" | ||
- family-names: "López-Elorduy" | ||
given-names: "Carlos" | ||
orcid: "https://orcid.org/0000-0002-9430-4413" | ||
- family-names: "Reyes-Salazar" | ||
given-names: "Iker" | ||
- family-names: "Deu-Pons" | ||
given-names: "Jordi" | ||
orcid: "https://orcid.org/0000-0002-1150-1586" | ||
- family-names: "López-Bigas" | ||
given-names: "Núria" | ||
orcid: "https://orcid.org/0000-0003-4925-8988" | ||
- family-names: "González-Pérez" | ||
given-names: "Abel" | ||
orcid: "https://orcid.org/0000-0002-8582-4660" | ||
title: "OpenVariant: a toolkit to parse and operate multiple input file formats" | ||
doi: "10.1093/bioinformatics/btae714" | ||
journal: "Bioinformatics" | ||
volume: "40" | ||
issue: "12" | ||
year: 2024 |
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
Oops, something went wrong.