Skip to content

Commit e65a367

Browse files
authored
Merge pull request #386 from broadinstitute/staging
Staging -> Master
2 parents 6b5f43f + b450644 commit e65a367

27 files changed

Lines changed: 1258 additions & 22 deletions

.dockstore.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,54 @@
11
version: 1.2
22
workflows:
3+
34
- name: Optimus
45
subclass: WDL
56
primaryDescriptorPath: /pipelines/skylab/optimus/Optimus.wdl
7+
68
- name: Smartseq2_Multisample
79
subclass: WDL
810
primaryDescriptorPath: /pipelines/skylab/smartseq2_multisample/MultiSampleSmartSeq2.wdl
11+
912
- name: Smartseq2_Single_Sample
1013
subclass: WDL
14+
primaryDescriptorPath: /pipelines/skylab/smartseq2_single_sample/SmartSeq2SingleSample.wdl
15+
1116
- name: Smartseq2_Single_Nucleus_Multisample
1217
subclass: WDL
1318
primaryDescriptorPath: /pipelines/skylab/smartseq2_single_nucleus_multisample/MultiSampleSmartSeq2SingleNucleus.wdl
19+
1420
- name: Smartseq2_Single_Nucleus
1521
subclass: WDL
1622
primaryDescriptorPath: /pipelines/skylab/smartseq2_single_nucleus/SmartSeq2SingleNucleus.wdl
23+
1724
- name: IlluminaGenotypingArray
1825
subclass: WDL
1926
primaryDescriptorPath: /pipelines/broad/genotyping/illumina/IlluminaGenotypingArray.wdl
27+
2028
- name: scATAC
2129
subclass: WDL
2230
primaryDescriptorPath: /pipelines/skylab/scATAC/scATAC.wdl
31+
2332
- name: JointGenotyping
2433
subclass: WDL
2534
primaryDescriptorPath: /pipelines/broad/dna_seq/germline/joint_genotyping/JointGenotyping.wdl
35+
2636
- name: ExomeGermlineSingleSample
2737
subclass: WDL
2838
primaryDescriptorPath: /pipelines/broad/dna_seq/germline/single_sample/exome/ExomeGermlineSingleSample.wdl
39+
2940
- name: WholeGenomeGermlineSingleSample
3041
subclass: WDL
3142
primaryDescriptorPath: /pipelines/broad/dna_seq/germline/single_sample/wgs/WholeGenomeGermlineSingleSample.wdl
43+
3244
- name: OptimusPostProcessing
3345
subclass: WDL
3446
primaryDescriptorPath: /projects/hca_mvp/OptimusPostProcessing.wdl
47+
3548
- name: CEMBA
3649
subclass: WDL
37-
primaryDescriptorPath: /pipelines/cemba/cemba_methylcseq/CEMBA.wdl
50+
primaryDescriptorPath: /pipelines/cemba/cemba_methylcseq/CEMBA.wdl
51+
52+
- name: OptimusTestHcaAdapter
53+
subclass: WDL
54+
primaryDescriptorPath: /tests/skylab/hca_adapter/pr/optimus_test_hca_adapter_PR.wdl

pipelines/broad/arrays/single_sample/Arrays.changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2+
# 2.3.6
3+
2021-08-02
4+
5+
* Increased the version number to make new release tag for Dockstore
6+
17
# 2.3.5
28
2021-07-29
39

pipelines/broad/arrays/single_sample/Arrays.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import "../../../../tasks/broad/InternalArraysTasks.wdl" as InternalTasks
2121
2222
workflow Arrays {
2323

24-
String pipeline_version = "2.3.5"
24+
String pipeline_version = "2.3.6"
2525

2626
input {
2727

pipelines/broad/dna_seq/germline/single_sample/exome/ExomeGermlineSingleSample.changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.4.6
2+
2021-08-02
3+
4+
* Increased the version number to make new release tag for Dockstore
5+
16
# 2.4.5
27
2021-06-22
38

pipelines/broad/dna_seq/germline/single_sample/exome/ExomeGermlineSingleSample.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import "../../../../../../structs/dna_seq/DNASeqStructs.wdl"
4040
workflow ExomeGermlineSingleSample {
4141

4242

43-
String pipeline_version = "2.4.5"
43+
String pipeline_version = "2.4.6"
4444

4545
input {
4646
PapiSettings papi_settings

pipelines/broad/dna_seq/germline/single_sample/wgs/WholeGenomeGermlineSingleSample.changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2+
# 2.3.6
3+
2021-08-02
4+
5+
* Increased the version number to make new release tag for Dockstore
6+
17
# 2.3.5
28
2021-06-22
39

pipelines/broad/dna_seq/germline/single_sample/wgs/WholeGenomeGermlineSingleSample.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import "../../../../../../structs/dna_seq/DNASeqStructs.wdl"
3838
# WORKFLOW DEFINITION
3939
workflow WholeGenomeGermlineSingleSample {
4040

41-
String pipeline_version = "2.3.5"
41+
String pipeline_version = "2.3.6"
4242

4343
input {
4444
SampleAndUnmappedBams sample_and_unmapped_bams

pipelines/broad/genotyping/illumina/IlluminaGenotypingArray.changelog.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
# 1.11.3
2+
2021-08-02
3+
4+
* Increased the version number to make new release tag for Dockstore
5+
16
# 1.11.2
27
2021-07-13
38

4-
* Make chip_well_barcode and analysis_version_number available as outputs of the WDL.
9+
* Make chip_well_barcode and analysis_version_number available as outputs of the WDL
510

611
# 1.11.1
712
2021-05-19
@@ -11,7 +16,7 @@
1116
# 1.11.0
1217
2020-10-01
1318

14-
* Added use of BafRegress to the pipeline. BafRegress detects and estimates sample contamination using B allele frequency data from Illumina genotyping arrays using a regression model.
19+
* Added use of BafRegress to the pipeline. BafRegress detects and estimates sample contamination using B allele frequency data from Illumina genotyping arrays using a regression model
1520

1621
# 1.10.0
1722
2020-08-18
@@ -21,8 +26,7 @@
2126
# 1.9
2227
2020-07-31
2328

24-
* Fixed a bug in CollectArraysVariantCallingMetrics and GenotypeConcordance where the metrics file is
25-
being parsed incorrectly if there is a space in the sample name value
29+
* Fixed a bug in CollectArraysVariantCallingMetrics and GenotypeConcordance where the metrics file is being parsed incorrectly if there is a space in the sample name value
2630

2731
# 1.8.1
2832
2020-07-31

pipelines/broad/genotyping/illumina/IlluminaGenotypingArray.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import "../../../../tasks/broad/IlluminaGenotypingArrayTasks.wdl" as GenotypingT
2020
2121
workflow IlluminaGenotypingArray {
2222

23-
String pipeline_version = "1.11.2"
23+
String pipeline_version = "1.11.3"
2424

2525
input {
2626

pipelines/broad/reprocessing/exome/ExomeReprocessing.changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2+
# 2.4.8
3+
2021-08-02
4+
5+
* Increased the version number to make new release tag for Dockstore
6+
7+
18
# 2.4.7
29
2021-06-22
310

0 commit comments

Comments
 (0)