Skip to content

Commit

Permalink
versions added
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Jul 30, 2024
1 parent cb7d0b6 commit 066773c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ jobs:
run: |
conda activate quantmsutils
quantmsutilsc --help
quantmsutilsc --version
shell: bash -l {0}
1 change: 1 addition & 0 deletions quantmsutils/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "0.0.3"
2 changes: 2 additions & 0 deletions quantmsutils/quantmsutilsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
from quantmsutils.rescoring.ms2rescore import ms2rescore
from quantmsutils.sdrf.check_samplesheet import check_samplesheet
from quantmsutils.sdrf.extract_sample import extract_sample_from_expdesign
from quantmsutils import __version__

CONTEXT_SETTINGS = dict(help_option_names=["-h", "--help"])


@click.version_option(version=__version__, package_name="quantmsutils", message="%(package)s %(version)s")
@click.group(context_settings=CONTEXT_SETTINGS)
def cli():
pass
Expand Down

0 comments on commit 066773c

Please sign in to comment.