-
Notifications
You must be signed in to change notification settings - Fork 0
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 #23 from phac-nml/dev
0.1.0 Release
- Loading branch information
Showing
76 changed files
with
38,415 additions
and
1,277 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
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 |
---|---|---|
@@ -1,7 +1,4 @@ | ||
contact_links: | ||
- name: Join nf-core | ||
url: https://nf-co.re/join | ||
about: Please join the nf-core community here | ||
- name: "Slack #staramr channel" | ||
url: https://nfcore.slack.com/channels/staramr | ||
about: Discussion about the nf-core/staramr pipeline | ||
- name: "GitHub" | ||
url: https://github.com/phac-nml/staramrnf | ||
about: The GitHub page for development. |
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 |
---|---|---|
@@ -1 +1,38 @@ | ||
repository_type: pipeline | ||
nf_core_version: "2.14.1" | ||
lint: | ||
files_exist: | ||
- assets/nf-core-staramr_logo_light.png | ||
- docs/images/nf-core-staramr_logo_light.png | ||
- docs/images/nf-core-staramr_logo_dark.png | ||
- .github/workflows/awstest.yml | ||
- .github/workflows/awsfulltest.yml | ||
- lib/Utils.groovy | ||
- lib/WorkflowMain.groovy | ||
- lib/NfcoreTemplate.groovy | ||
- lib/WorkflowStaramr.groovy | ||
files_unchanged: | ||
- assets/sendmail_template.txt | ||
- assets/email_template.html | ||
- lib/NfcoreTemplate.groovy | ||
- .github/CONTRIBUTING.md | ||
- .github/ISSUE_TEMPLATE/bug_report.yml | ||
- .github/PULL_REQUEST_TEMPLATE.md | ||
- .github/workflows/branch.yml | ||
- assets/email_template.txt | ||
- docs/README.md | ||
- LICENSE | ||
- .gitignore | ||
pipeline_name_conventions: False | ||
actions_awsfulltest: False | ||
multiqc_config: | ||
- report_comment | ||
nextflow_config: | ||
- custom_config | ||
- manifest.name | ||
- manifest.homePage | ||
readme: | ||
- nextflow_badge | ||
|
||
template: | ||
prefix: phac-nml |
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,5 +1,10 @@ | ||
repos: | ||
- repo: https://github.com/pre-commit/mirrors-prettier | ||
rev: "v2.7.1" | ||
rev: "v3.1.0" | ||
hooks: | ||
- id: prettier | ||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python | ||
rev: "2.7.3" | ||
hooks: | ||
- id: editorconfig-checker | ||
alias: ec |
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 |
---|---|---|
|
@@ -9,4 +9,4 @@ results/ | |
testing/ | ||
testing* | ||
*.pyc | ||
bin/ | ||
tests/data/* |
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,16 +1,18 @@ | ||
# nf-core/staramr: Changelog | ||
# phac-nml/staramrnf: Changelog | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## v1.0dev - [date] | ||
## [0.1.0] - 2024-08-14 | ||
|
||
Initial release of nf-core/staramr, created with the [nf-core](https://nf-co.re/) template. | ||
Initial release of staramrnf, or staramr nextflow pipeline, is a nextflow wrapper of [staramr](https://github.com/phac-nml/staramr/). | ||
|
||
### `Added` | ||
`staramr` (_AMR) scans bacterial genome contigs against the [ResFinder][resfinder-db], [PointFinder][pointfinder-db], and [PlasmidFinder][plasmidfinder-db] databases (used by the [ResFinder webservice][resfinder-web] and other webservices offered by the Center for Genomic Epidemiology) and compiles a summary report of detected antimicrobial resistance genes. The `star|_`in`staramr` indicates that it can handle all of the ResFinder, PointFinder, and PlasmidFinder databases. | ||
|
||
### `Fixed` | ||
staramrnf follows the `nf-core` pipeline file structure and used the nf-core [template](https://nf-co.re/docs/contributing/pipelines/pipeline_file_structure) | ||
|
||
### `Dependencies` | ||
|
||
### `Deprecated` | ||
[resfinder-db]: https://bitbucket.org/genomicepidemiology/resfinder_db | ||
[pointfinder-db]: https://bitbucket.org/genomicepidemiology/pointfinder_db | ||
[plasmidfinder-db]: https://bitbucket.org/genomicepidemiology/plasmidfinder_db | ||
[resfinder-web]: http://genepi.food.dtu.dk/resfinder | ||
[0.1.0]: https://github.com/phac-nml/staramrnf/releases/tag/0.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
Oops, something went wrong.