https://github.com/digital-botanical-gardens-initiative/ms-metadata-fetcher

https://github.com/digital-botanical-gardens-initiative/ms-metadata-fetcher

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: digital-botanical-gardens-initiative
  • License: other
  • Language: Python
  • Default Branch: main
  • Size: 67.4 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed 11 months ago
Metadata Files
Readme Contributing License

README.md

ms-metadata-fetcher

Release Build status codecov Commit activity License

A script to retrieve MS data and the associated metadata

Running the fetcher

Move to ms_metadata_fetcher directory

bash cd ms_metadata_fetcher

Make sure that the .env is present (you have an example with .env.example)

And run the following command:

bash ./launcher.sh

Getting started with your project

First, create a repository on GitHub with the same name as this project, and then run the following commands:

bash git init -b main git add . git commit -m "init commit" git remote add origin git@github.com:edouardbruelhart/ms-metadata-fetcher.git git push -u origin main

Finally, install the environment and the pre-commit hooks with

bash make install

You are now ready to start development on your project! The CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.

To finalize the set-up for publishing to PyPi or Artifactory, see here. For activating the automatic documentation with MkDocs, see here. To enable the code coverage reports, see here.

Releasing a new version


Repository initiated with fpgmaas/cookiecutter-poetry.

Owner

  • Name: The Digital Botanical Garden Initiative
  • Login: digital-botanical-gardens-initiative
  • Kind: organization

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Dependencies

.github/actions/setup-poetry-env/action.yml actions
  • actions/cache v3 composite
  • actions/setup-python v4 composite
  • snok/install-poetry v1 composite
.github/workflows/main.yml actions
  • ./.github/actions/setup-poetry-env * composite
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • snok/install-poetry v1 composite
poetry.lock pypi
  • cachetools 5.3.3
  • certifi 2024.2.2
  • cfgv 3.4.0
  • chardet 5.2.0
  • charset-normalizer 3.3.2
  • colorama 0.4.6
  • coverage 7.5.1
  • distlib 0.3.8
  • exceptiongroup 1.2.1
  • filelock 3.14.0
  • identify 2.5.36
  • idna 3.7
  • iniconfig 2.0.0
  • mypy 1.10.0
  • mypy-extensions 1.0.0
  • nodeenv 1.8.0
  • numpy 1.26.4
  • packaging 24.0
  • pandas 2.2.2
  • pandas-stubs 2.2.2.240514
  • platformdirs 4.2.2
  • pluggy 1.5.0
  • pre-commit 3.7.1
  • pyproject-api 1.6.1
  • pytest 7.4.4
  • pytest-cov 5.0.0
  • python-dateutil 2.9.0.post0
  • python-dotenv 1.0.1
  • pytz 2024.1
  • pyyaml 6.0.1
  • requests 2.31.0
  • setuptools 69.5.1
  • six 1.16.0
  • tomli 2.0.1
  • tox 4.15.0
  • types-pytz 2024.1.0.20240417
  • types-requests 2.31.0.20240406
  • typing-extensions 4.11.0
  • tzdata 2024.1
  • urllib3 2.2.1
  • virtualenv 20.26.2
pyproject.toml pypi
  • mypy ^1.5.1 develop
  • pre-commit ^3.4.0 develop
  • pytest ^7.2.0 develop
  • tox ^4.11.1 develop
  • pandas ^2.2.2
  • pandas-stubs ^2.2.2.240514
  • pytest-cov ^5.0.0
  • python >=3.9,<4.0
  • python-dotenv ^1.0.1
  • requests ^2.31.0
  • types-requests ^2.31.0.20240406