Skip to content

Commit 79c194d

Browse files
committed
Updated release nodes and compile for Sophia 2.2.0 release.
1 parent b07af38 commit 79c194d

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ If you want all output to go into the `outputAnalysisBaseDirectory` just set `so
3939
| sample_list | Semicolon-separated list of sample names |
4040
| possibleControlSampleNamePrefixes | Space-separated list of prefix identifying control samples. Used for matching sample names in files when retrieving BAM metadata from pathnames. Always required. |
4141
| possibleTumorSampleNamePrefixes | Space-separated list of prefixes identifying tumor samples. Used for matching sample names in files when retrieving BAM metadata from pathnames. Always required. |
42-
| controlDefaultReadLength | Default read length |
43-
| tumorDefaultReadLength | Default read length |
44-
| controlMedianIsize | Median of control insert size distribution |
45-
| tumorMedianIsize | Median of tumor insert size distribution |
46-
| controlStdIsizePercentage | Quotient of median and standard deviation of the control insert size distribution expressed as percentage (0-100) |
47-
| tumorStdIsizePercentage | Quotient of median and standard deviation of the tumor insert size distribution expressed as percentage (0-100) |
48-
| controlProperPairPercentage | Percentage (0-100) of properly paired read pairs in control |
49-
| tumorProperPairPercentage | Percentage (0-100) of properly paired read pairs in tumor |
42+
| controlDefaultReadLength | Default read length \[base pairs\] |
43+
| tumorDefaultReadLength | Default read length \[base pairs\] |
44+
| controlMedianIsize | Median of control insert size distribution \[base pairs\] |
45+
| tumorMedianIsize | Median of tumor insert size distribution \[base pairs\] |
46+
| controlStdIsizePercentage | \[median insert size / standard deviation insert size * 100\] |
47+
| tumorStdIsizePercentage | \[median insert size / standard deviation insert size * 100\] |
48+
| controlProperPairPercentage | Properly paired read pairs in control \[#(properly paired) / #(paired) * 100\] |
49+
| tumorProperPairPercentage | Properly paired read pairs in tumor \[#(properly paired) / #(paired) * 100\]|
5050
--------------------------------
5151

5252
## Starting the Workflow
@@ -76,13 +76,17 @@ With version 2, it is not possible anymore to provide the insert sizes via the `
7676

7777
## Change Log
7878

79-
* WiP (2.2.0)
79+
* 2.2.0
8080

8181
* Fix ignoring of `sophiaOutputDirectory` for `$sampleType_$pid_bps_annotatedAbridged.bedpe.WARNINGS` file resulting in wrong location of the file
82-
* Update to COWorkflowBasePlugin 1.4.0
8382
* Update to Roddy 3.5
83+
* Update to COWorkflowBasePlugin 1.4.0
84+
* Bugfix: grepIgnoreEmpty (set +e on global environment was removed)
85+
* Bugfix: correct location of tumor file in caller
8486
* Added executability check for sample metadata configuration values
87+
* Refactorings to improve Bash code robustness
8588
* Consistent usage of grepIgnoreEmpty to handle input files without matches for low-coverage/WES input data
89+
* Update to newer workflow API (Roddy 3.5)
8690
* Documentation
8791
* GPL 2+
8892

SophiaWorkflow.jar

4 Bytes
Binary file not shown.

src/de/dkfz/b080/co/SophiaWorkflowPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
public class SophiaWorkflowPlugin extends BasePlugin {
2727

2828
public static final String CURRENT_VERSION_STRING = "2.2.0";
29-
public static final String CURRENT_VERSION_BUILD_DATE = "Tue Feb 26 12:50:40 CET 2019";
29+
public static final String CURRENT_VERSION_BUILD_DATE = "Wed Mar 27 17:46:33 CET 2019";
3030

3131
@Override
3232
public String getVersionInfo() {

0 commit comments

Comments
 (0)