Skip to content

Commit d3bcda1

Browse files
authored
Merge pull request #33 from BioImage-Archive/readme_updates
tidy up old package
2 parents 1fcb4a6 + 51f0ead commit d3bcda1

31 files changed

Lines changed: 498 additions & 7150 deletions

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ There are two main areas of the package:
2323

2424
There are three steps to get data into elastic search:
2525
1. Transforming data from a source repository into a valid GIDE ro-crate.
26-
2. Transforming a GIDE ro-crate into a list of indexable documents
27-
3. Indexing these with elasticsearch
26+
2. Downloading ro-crates from the relevant github repositories.
27+
3. Transforming a GIDE ro-crate into a list of indexable documents
28+
4. Indexing these with elasticsearch
2829

2930
You can see the list of commands by running
3031
```bash
@@ -35,6 +36,8 @@ A typical sequence could look like:
3536

3637
```bash
3738
uv run gide-search data generate-bia-rocrate
39+
uv run gide-search data fetch-ro-crate idr
40+
uv run gide-search data fetch-ro-crate ssbd
3841
uv run gide-search data transform-to-index
3942
```
4043
This should generate ro-crates under output/ro-crate/ and an index document under output/index/.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ build-backend = "hatchling.build"
3737
packages = ["src/gide_search"]
3838

3939
[project.scripts]
40-
gide-search-v1 = "gide_search.cli:main"
41-
gide-search = "gide_search_v2.cli:main"
40+
gide-search = "gide_search.cli:main"
4241

4342
[tool.pytest.ini_options]
4443
testpaths = ["tests"]

src/.DS_Store

8 KB
Binary file not shown.

src/gide_search/README.md

Lines changed: 0 additions & 355 deletions
This file was deleted.

0 commit comments

Comments
 (0)