-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FE-349 data clean up for hca ingest manifest.py (#340)
* Adding data sanitizing - strip white space from rows and make institutions upper case. Also removed the load_hca partition creation - that pipeline is no longer used, and added TEST location for dev * adding location of scala image for transparency * many attempts to clear cache * NEVERMIND let's update poetry python-poetry/poetry#3439 * putting my workflows back * Update requirements.txt --------- Co-authored-by: dsp-fieldeng-bot <[email protected]>
- Loading branch information
Showing
10 changed files
with
18 additions
and
14 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 |
---|---|---|
|
@@ -25,6 +25,7 @@ jobs: | |
java-version: [email protected] | ||
- name: Push Scala Dataflow Docker image | ||
run: sbt publish | ||
# us.gcr.io/broad-dsp-gcr-public/hca-transformation-pipeline | ||
- name: Get artifact slug | ||
id: get-artifact-slug | ||
run: 'echo ::set-output name=slug::$(git rev-parse --short "$GITHUB_SHA")' | ||
|
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
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
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
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
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ ENV PYTHONFAULTHANDLER=1 \ | |
PIP_NO_CACHE_DIR=off \ | ||
PIP_DISABLE_PIP_VERSION_CHECK=on \ | ||
PIP_DEFAULT_TIMEOUT=100 \ | ||
POETRY_VERSION=1.1.8 \ | ||
POETRY_VERSION=1.1.9 \ | ||
SENTRY_DSN=https://[email protected]/4506559533088768 | ||
|
||
RUN pip install "poetry==$POETRY_VERSION" | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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