Skip to content

Commit

Permalink
Merge pull request #15 from zivy/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
zivy authored Apr 12, 2023
2 parents 6a381d2 + 6a88c78 commit 3bfdeb7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
update_index_md_stats -h
data_dict_glossary_2_contrib_md -h
zenodo_json_2_thewho_md -h
protocols_csv_2_md -h
csv2supporting -h
validate_zenodo_json -h
python -m pytest -v --tb=short
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ needed. This is equivalent to summarizing all activity on a feature branch versu

## Unreleased

## v0.5.0

### Added
* protocols_csv_2_md - Utility script which converts the protocols.csv data to the markdown file used by the site.
* csv_2_supporting - Utility script which enables batch creation of supporting material files from a csv file with similar structure to the reagent_resources.csv plus two additional columns "Publications" and "Notes".
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)   
![Package Testing](https://github.com/IBEXImagingCommunity/ibex_imaging_knowledge_base_utilities/actions/workflows/main.yml/badge.svg)

The scripts in this repository are utilities used to manage the [IBEX Imaging Community Knowledge-Base](https://ibeximagingcommunity.github.io/ibex_imaging_knowledge_base).
The scripts in this repository are utilities used to manage the [IBEX Imaging Community Knowledge-Base](https://github.com/IBEXImagingCommunity/ibex_imaging_knowledge_base) and
accompanying [website](https://ibeximagingcommunity.github.io/ibex_imaging_knowledge_base).

0 comments on commit 3bfdeb7

Please sign in to comment.