Skip to content

Releases: DKFZ-ODCF/COWorkflowsBasePlugin

ALT/HLA support for differential calling scripts

10 May 08:39
51254b4
Compare
Choose a tag to compare
- Skipping the addition of 'chr' prefix for the ALT and HLA contigs in hg38
- Update tabix command for ALT and HLA contigs in hg38

Version 1.4.1

21 May 11:23
9e1bfa8
Compare
Choose a tag to compare
  • Added file readability checks to analyzeBamHeader.sh
  • Added online IO checks to some Perl scripts (not all)

Version 1.4.0

28 Mar 07:30
9a6e948
Compare
Choose a tag to compare
  • Update to Roddy 3.5
  • Default to "version_1" sample name extraction
  • API extensions on WorkflowUsingMergedBams (getTumorBamFiles etc.)

Version 1.3.0

07 Dec 13:11
Compare
Choose a tag to compare
- Change tests to extend the RoddyTestSpec class in Roddy 3.4.0
- Changed tests in WorkflowUsingMergedBamsSpec to use flags instead of getContext() method.
  * The ContextResource @Rule did not work anymore for the tests.
  * Makes it easier to read, flags are boolean values now.
  * Context and file objects are now created in the test methods.
- Updated copyright notes.
- Added compareTo(), equals() and hashCode() to Sample class.
- In COMetadataAccessor class:
  * Added the 'extractSampleNameOnlyFromBamFiles' flag which tells extractSamplesFromOutputFiles() to ignore non BAM files.
    * Added variable and description to the xml.
  * Minimized the code in extractSamplesFromFilenames() by reusing existing code. 
- Add another sample from filename extraction method and move code from the COMetadataAccessor
  to custom strategy classes (SampleFromFilenameExtractionVersionOne/Two)  
    * Add variable and descriptions for the new (and old) method to the xml.
    * Add a lot of tests for the new method.
- Add the COConfigSpec test class.
- Rename the SampleTest class to SampleSpec and make it extend RoddyTestSpec.

Prerelease of 1.3.0 (distributed as 1.2.1) - Use 1.3.0 instead!

07 Dec 10:04
Compare
Choose a tag to compare

The code and jar were already shipped to @GWarsow and it is necessary
to freeze the code. Unfortunately, it diverges a bit from master and cannot be commit
to master (and tagged on master). Keep it in a separate branch!

Distribution was done as COWorkflowsBasePlugin:1.2.1 with a
dependency to Roddy API 3.3