-
Notifications
You must be signed in to change notification settings - Fork 5
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 #77 from hubmapconsortium/devel
Devel - before this point, master had almost no functionality.
- Loading branch information
Showing
100 changed files
with
5,449 additions
and
310 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[submodule "src/ingest-pipeline/airflow/cwltool"] | ||
path = src/ingest-pipeline/airflow/cwltool | ||
url = [email protected]:hubmapconsortium/cwltool.git | ||
[submodule "src/ingest-pipeline/airflow/dags/cwl/codex-pipeline"] | ||
path = src/ingest-pipeline/airflow/dags/cwl/codex-pipeline | ||
url = [email protected]:hubmapconsortium/codex-pipeline.git | ||
[submodule "src/ingest-pipeline/submodules/ingest-validation-tools"] | ||
path = src/ingest-pipeline/submodules/ingest-validation-tools | ||
url = [email protected]:hubmapconsortium/ingest-validation-tools.git | ||
[submodule "src/ingest-pipeline/airflow/dags/cwl/portal-containers"] | ||
path = src/ingest-pipeline/airflow/dags/cwl/portal-containers | ||
url = [email protected]:hubmapconsortium/portal-containers.git | ||
[submodule "src/ingest-pipeline/airflow/dags/cwl/salmon-rnaseq"] | ||
path = src/ingest-pipeline/airflow/dags/cwl/salmon-rnaseq | ||
url = [email protected]:hubmapconsortium/salmon-rnaseq.git |
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 |
---|---|---|
@@ -1 +1 @@ | ||
2 | ||
66 |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
version: "3.7" | ||
|
||
services: | ||
|
||
ingest-pipeline: | ||
volumes: | ||
# Mount the source code to container. This includes the instance/app.cfg file | ||
# one directory below. | ||
- "../src/ingest-pipeline:/usr/src/app/src" | ||
# Logic for finding schemata from dags requires a specific route to schemata | ||
- "../src/ingest-pipeline/schemata:/usr/local/schemata" | ||
# Map the actual root of the staging area to container | ||
- "/hubmap-data:/usr/local/airflow/lz" | ||
# Map the actual root of the scratch area to container | ||
- "/hubmap-scratch:/hubmap-scratch" | ||
environment: | ||
- AIRFLOW_CONN_INGEST_API_CONNECTION=http://hubmap-auth:4444/ | ||
- AIRFLOW__WEBSERVER__WEB_SERVER_PORT=8789 | ||
- FLASK_RUN_PORT=8789 | ||
|
||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
version: "3.7" | ||
|
||
services: | ||
|
||
ingest-pipeline: | ||
init: true | ||
restart: always | ||
volumes: | ||
# Mount the source code to container | ||
- "../src/ingest-pipeline:/usr/src/app/src" | ||
# Map the actual root of the staging area to container | ||
- "${LZ_PATH-/hive/hubmap/lz}:/usr/local/airflow/lz" | ||
environment: | ||
- AIRFLOW_CONN_INGEST_API_CONNECTION=http://hubmap-auth:7777/ | ||
- AIRFLOW__WEBSERVER__WEB_SERVER_PORT=8789 | ||
- FLASK_RUN_PORT=8789 | ||
|
||
|
||
|
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 |
---|---|---|
@@ -1 +1,5 @@ | ||
# This file contains regular expressions identifying contents that should be ignored by Airflow | ||
mock_data | ||
cwl | ||
utils.py | ||
workflow_map.yml |
Oops, something went wrong.