Skip to content

Commit

Permalink
Merge branch 'master' into release_1.5. update submodules and misc/tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jswelling committed Apr 2, 2021
2 parents cb4e85e + 15d92fd commit a904a56
Show file tree
Hide file tree
Showing 11 changed files with 506 additions and 61 deletions.
2 changes: 1 addition & 1 deletion src/ingest-pipeline/airflow/dags/cwl/sprm
8 changes: 7 additions & 1 deletion src/ingest-pipeline/airflow/dags/salmon_rnaseq.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,15 @@ def get_salmon_dag_params(assay: str) -> SequencingDagParameters:
SequencingDagParameters(
dag_id="salmon_rnaseq_10x",
pipeline_name="salmon-rnaseq",
assay="10x",
assay="10x_v3",
dataset_type="salmon_rnaseq_10x",
),
SequencingDagParameters(
dag_id="salmon_rnaseq_10x_sn",
pipeline_name="salmon-rnaseq",
assay="10x_v3_sn",
dataset_type="salmon_rnaseq_10x_sn",
),
get_salmon_dag_params("sciseq"),
get_salmon_dag_params("slideseq"),
get_salmon_dag_params("snareseq"),
Expand Down
1 change: 1 addition & 0 deletions src/ingest-pipeline/airflow/dags/sc_atac_seq.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def build_cwltool_cmd1(**kwargs):

command = [
*get_cwltool_base_cmd(tmpdir),
cwl_workflows[0],
"--assay",
params.assay,
"--outdir",
Expand Down
2 changes: 1 addition & 1 deletion src/ingest-pipeline/airflow/dags/workflow_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ workflow_map:
'workflow': 'sc_atac_seq_sn'
- 'collection_type': 'generic_metadatatsv'
'assay_type': 'snRNAseq'
'workflow': 'salmon_rnaseq_10x'
'workflow': 'salmon_rnaseq_10x_sn'
- 'collection_type': 'bulkatacseq_collection'
'assay_type': 'ATACseq-bulk'
'workflow': 'bulk_atacseq'
Expand Down
Loading

0 comments on commit a904a56

Please sign in to comment.