Skip to content

Commit 48cd69a

Browse files
committed
Merge branch 'release/1.0.8'
2 parents 57dab14 + cc0c40e commit 48cd69a

9 files changed

Lines changed: 27 additions & 23 deletions

CHANGELOG.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
1-
# 1.0.6
1+
# 1.0.8
2+
3+
* SeqWare-CGP-SomaticCore artefact updated to 1.3.1 to handle readgroup count >115 when combining tumour and normal in SNV caller.
4+
* As part of above updated cgpCaVEManPostProcessing, cgpCaVEManWrapper.
5+
6+
# 1.0.7
27

3-
Todo:
8+
* SeqWare-CGP-SomaticCore artefact updated to 1.3.0 to handle very long RG ID fields in BAM headers.
49

5-
* need to add a new param that passes the URL for metadata even when working in full offline mode, this is a workaround for Romina so she can generate valid XML while using local files -- DONE
6-
* check to see if I expose timeouts in the conf file -- DONE, Solomon to review
7-
* patch in at least packageResults.pl to force SM field in BAM headers to lower case? -- WON'T FIX
8-
* get corrected version of Keiran's tools that properly handle threading -- DONE
10+
# 1.0.6
11+
12+
* added a new param that passes the URL for metadata even when working in full offline mode, this is a workaround for Romina so she can generate valid XML while using local files
13+
* expose timeouts in the conf file
14+
* corrected version of Keiran's tools that properly handle threading
915
* Changes to core Sanger packages to fix error in limit based processing
1016
* ArtifactId: SeqWare-CGP-SomaticCore_opt
1117
* Version: 1.2.3
12-
* updated version of Adam's GNOS wrappers that correctly timeout on a 0% upload GNOS connection... this new version of the code doesn't use perl threading which can be unreliable. Also need to take this as an opportunity to make artifacts -- Solomon TODO
13-
* an S3 mode where XML/BAMs are read from S3 URLs and the results written back to S3... we have the latter but the former needs to be done -- DONE
14-
* eliminate the use of the forked pcap script since Keiran accepted the local file fix the artifact below didn't include a needed change to xml_to_bas.pl to support local file mode -- DONE
15-
* Kyle reported and error on cleanup: "Can't delete folder: /datastore/oozie-e706677a-b7ff-4905-90f2-c717ce2622bf/./temp-62eb639e-cf9f-48cf-a2d3-d0ab996aac05" -- FIXED, I believe this was fixed in 1.0.5.1 hotfix, waiting for more info from Kyle
16-
18+
* updated version of Adam's GNOS wrappers that correctly timeout on a 0% upload GNOS connection... this new version of the code doesn't use perl threading which can be unreliable.
19+
* an S3 mode where results are written back to S3
20+
* eliminated the use of the forked pcap script since Keiran accepted the local file fix the artifact below didn't include a needed change to xml_to_bas.pl to support local file mode
1721

1822
# 1.0.5.1 Hotfix
1923

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A Seqware workflow derived from Sanger's Cancer Genome Project core somatic call
66

77
Email Brian if you have questions.
88

9-
* Keiran Raine
9+
* Keiran Raine <kr2@sanger.ac.uk>
1010
* Brian O'Connor <boconnor@oicr.on.ca>
1111

1212
## Environment Requirements
@@ -233,11 +233,11 @@ You need to build and install the following in this order:
233233
* [cgpVcf v1.2.2](https://github.com/cancerit/cgpVcf/archive/v1.2.2.tar.gz)
234234
* [alleleCount v1.2.1](https://github.com/cancerit/alleleCount/archive/v1.2.1.tar.gz)
235235
* [cgpBinCounts v1.0.2](https://github.com/cancerit/cgpBinCounts/archive/v1.0.2.tar.gz)
236-
* [cgpNgsQc v1.0.2](https://github.com/cancerit/cgpNgsQc/archive/v1.0.3.tar.gz)
236+
* [cgpNgsQc v1.0.3](https://github.com/cancerit/cgpNgsQc/archive/v1.0.3.tar.gz)
237237
* [ascatNgs v1.5.1](https://github.com/cancerit/ascatNgs/archive/v1.5.1.tar.gz)
238-
* [cgpPindel v1.3.2](https://github.com/cancerit/cgpPindel/archive/v1.2.0.tar.gz)
239-
* [cgpCaVEManPostProcessing v1.2.0](https://github.com/cancerit/cgpCaVEManPostProcessing/archive/v1.2.0.tar.gz)
240-
* [cgpCaVEManWrapper v1.5.1](https://github.com/cancerit/cgpCaVEManWrapper/archive/v1.5.1.tar.gz)
238+
* [cgpPindel v1.3.2](https://github.com/cancerit/cgpPindel/archive/v1.3.2.tar.gz)
239+
* [cgpCaVEManPostProcessing v1.3.0](https://github.com/cancerit/cgpCaVEManPostProcessing/archive/v1.3.0.tar.gz)
240+
* [cgpCaVEManWrapper v1.7.2](https://github.com/cancerit/cgpCaVEManWrapper/archive/v1.7.2.tar.gz)
241241
* [BRASS v2.2.0](https://github.com/cancerit/BRASS/archive/v2.2.0.tar.gz)
242242
* [VAGrENT v2.0.0](https://github.com/cancerit/VAGrENT/archive/v2.0.0.tar.gz)
243243
* [grass v1.0.1](https://github.com/cancerit/grass/archive/v1.0.1.tar.gz)

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<!-- MAKE SURE YOU UPDATE THE workflow.properties FILE TOO -->
1212
<artifactId>SangerPancancerCgpCnIndelSnvStr</artifactId>
1313
<!-- MAKE SURE YOU UPDATE THE workflow.properties FILE TOO -->
14-
<version>1.0.7</version>
14+
<version>1.0.8</version>
1515
<packaging>jar</packaging>
1616
<!-- MAKE SURE YOU UPDATE THE workflow.properties FILE TOO -->
1717
<name>SangerPancancerCgpCnIndelSnvStr</name>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>SeqWare-CGP-SomaticCore</groupId>
5454
<artifactId>SeqWare-CGP-SomaticCore_opt</artifactId>
55-
<version>1.3.0</version>
55+
<version>1.3.1</version>
5656
<type>tar.gz</type>
5757
</dependency>
5858
<dependency>

workflow.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
workflow-name=SangerPancancerCgpCnIndelSnvStr
2-
workflow-short-name-version=svcp_1-0-7
3-
workflow-version=1.0.7
2+
workflow-short-name-version=svcp_1-0-8
3+
workflow-version=1.0.8
44
workflow-description=Runs the WTSI CGP Copynumber, Indel, Snv and Structural variation core pipeline.
5-
workflow-url=https://s3.amazonaws.com/oicr.workflow.bundles/released-bundles/Workflow_Bundle_SangerPancancerCgpCnIndelSnvStr_1.0.7_SeqWare_1.1.0.zip
5+
workflow-url=https://s3.amazonaws.com/oicr.workflow.bundles/released-bundles/Workflow_Bundle_SangerPancancerCgpCnIndelSnvStr_1.0.8_SeqWare_1.1.0.zip
66
workflow-src-url=https://github.com/ICGC-TCGA-PanCancer/SeqWare-CGP-SomaticCore

workflow/bin/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ repos=(
3535
"https://github.com/cancerit/cgpNgsQc/archive/v1.0.3.tar.gz"
3636
"https://github.com/cancerit/ascatNgs/archive/v1.5.1.tar.gz"
3737
"https://github.com/cancerit/cgpPindel/archive/v1.3.2.tar.gz"
38-
"https://github.com/cancerit/cgpCaVEManPostProcessing/archive/v1.2.0.tar.gz"
39-
"https://github.com/cancerit/cgpCaVEManWrapper/archive/v1.5.1.tar.gz"
38+
"https://github.com/cancerit/cgpCaVEManPostProcessing/archive/v1.3.0.tar.gz"
39+
"https://github.com/cancerit/cgpCaVEManWrapper/archive/v1.7.2.tar.gz"
4040
"https://github.com/cancerit/BRASS/archive/v2.2.0.tar.gz"
4141
"https://github.com/cancerit/VAGrENT/archive/v2.0.0.tar.gz"
4242
"https://github.com/cancerit/grass/archive/v1.0.1.tar.gz"

workflow/config/CgpCnIndelSnvStrWorkflow.aws.large.ini renamed to workflow/config/ini_examples/CgpCnIndelSnvStrWorkflow.aws.large.ini

File renamed without changes.

workflow/config/CgpCnIndelSnvStrWorkflow.aws.medium.ini renamed to workflow/config/ini_examples/CgpCnIndelSnvStrWorkflow.aws.medium.ini

File renamed without changes.

workflow/config/CgpCnIndelSnvStrWorkflow.aws.small.ini renamed to workflow/config/ini_examples/CgpCnIndelSnvStrWorkflow.aws.small.ini

File renamed without changes.

workflow/config/CgpCnIndelSnvStrWorkflow.bionimbus.ini renamed to workflow/config/ini_examples/CgpCnIndelSnvStrWorkflow.bionimbus.ini

File renamed without changes.

0 commit comments

Comments
 (0)