Skip to content

Commit

Permalink
Update versions and metadata (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashpatel6 authored Dec 14, 2022
1 parent 9bc85b6 commit c305cac
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
---

## [Unreleased]

---

## [1.0.0-rc.1] - 2022-12-01
### Added
- `.env` loading
- Custom directory options
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
- [Asserts](#asserts)
- [Development](#development)
- [Testing](#testing)
- [Discussions](#discussions)
- [Contributors](#contributors)

## Overview

Expand Down Expand Up @@ -169,3 +171,15 @@ Testing for NFTest itself can be done through `pytest` by running the following:
pytest
```
in the root of the repository directory.

## Discussions

- [Issue tracker](https://github.com/uclahs-cds/tool-NF-test/issues) to report errors and enhancement ideas.
- Discussions can take place in [tool-NF-test Discussions](https://github.com/uclahs-cds/tool-NF-test/discussions)
- [tool-NF-test pull requests](https://github.com/uclahs-cds/tool-NF-test/pulls) are also open for discussion

---

## Contributors

Please see list of [Contributors](https://github.com/uclahs-cds/tool-NF-test/graphs/contributors) at GitHub.
13 changes: 6 additions & 7 deletions metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
Category: 'tool'
Description: 'CLI testing tool for Nextflow pipelines'
Maintainers: ['[email protected]']
Contributors: 'Chenghao Zhu'
Languages: ['python']
Dependencies: 'PyYamle'
References: ''
category: 'tool'
description: 'CLI testing tool for Nextflow pipelines'
maintainers: ['[email protected]', '[email protected]']
languages: ['python']
dependencies: [PyYAML, python-dotenv, pytest, mock]
references: ''
2 changes: 1 addition & 1 deletion nftest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" nftest module """

__version__ = '0.0.1'
__version__ = '1.0.0-rc.1'

0 comments on commit c305cac

Please sign in to comment.