-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from hubmapconsortium/phillips/plugin_optimizing
Plugins passed a list of data_paths rather than single paths to make use of full parallel processing capabilities
- Loading branch information
Showing
12 changed files
with
403 additions
and
324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
language: python | ||
python: | ||
- '3.9' | ||
- "3.9" | ||
cache: pip | ||
install: | ||
- pip install -r requirements.txt | ||
# - pip install -r requirements-dev.txt | ||
|
||
- pwd | ||
- cd .. | ||
- git clone https://github.com/hubmapconsortium/ingest-validation-tools.git | ||
- cd ingest-validation-tools | ||
- pwd | ||
- git checkout v0.0.15 | ||
- git checkout v0.0.17 | ||
# - pip install "setuptools==60.9.0" | ||
- pip install -r requirements.txt | ||
|
||
- cd ../ingest-validation-tests # Not sure if this is required, or if it resets between sections. | ||
script: | ||
- ./test.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
xmlschema>=1.6 | ||
tifffile==2020.10.1 | ||
git+https://github.com/hubmapconsortium/fastq-utils.git@v0.2.5#egg=hubmap-fastq-utils | ||
imagecodecs>=2023.3.16 | ||
jsonschema==4.4.0 | ||
pandas>=1.2.0 | ||
imagecodecs>=2023.3.16 | ||
python-frontmatter>=1.0.0 | ||
git+https://github.com/hubmapconsortium/fastq-utils.git@v0.2.5#egg=hubmap-fastq-utils | ||
python-frontmatter>=1.1.0 | ||
tifffile==2020.10.1 | ||
xmlschema>=1.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.