Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sfd5311/rna probes pipeline #992

Open
wants to merge 12 commits into
base: devel
Choose a base branch
from
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,6 @@
[submodule "src/ingest-pipeline/airflow/dags/cwl/visium-pipeline"]
path = src/ingest-pipeline/airflow/dags/cwl/visium-pipeline
url = https://github.com/hubmapconsortium/visium-pipeline
[submodule "src/ingest-pipeline/airflow/dags/cwl/rna-probes-pipeline"]
path = src/ingest-pipeline/airflow/dags/cwl/rna-probes-pipeline
url = https://github.com/hubmapconsortium/rna-probes-pipeline
1 change: 1 addition & 0 deletions src/ingest-pipeline/airflow/dags/cwl/rna-probes-pipeline
Submodule rna-probes-pipeline added at 5c696e
8 changes: 8 additions & 0 deletions src/ingest-pipeline/airflow/dags/resource_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,14 @@ resource_map:
- 'task_re': '.*'
'queue': 'general'
'threads': 6
- 'dag_re': 'rna_with_probes'
'preserve_scratch': true
'lanes': 2
# 'lanes': 12
'tasks':
- 'task_re': '.*'
'queue': 'general'
'threads': 6
- 'dag_re': '.*'
'preserve_scratch': true
'lanes': 2
Expand Down
Loading