Skip to content

Commit

Permalink
Preparing release 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Jun 14, 2019
1 parent da40d0c commit 3ead3ee
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
Changelog for Analysis-Driver
=============================

0.25 (unreleased)
0.25 (2019-06-14)
-----------------

- Nothing changed yet.
- New pipelines :
- GATK4 based QC and variants call for human and non-human samples
- Dragen based variant call for human sample starting from the run processing
- New Features:
- file program_version.yaml only records version of tools used by the pipeline
- Location of genome on the filesystem is provided by the REST API
- Genome used during Sample processing is uploaded to the REST API
- Demultiplexing support IDT barcodes
- Sample Processing will start coverage from run elements is greater than required coverage
- analysis_driver.log only contains info level logs. New log containing debug level in analysis_driver-debug.log
- Bug fixes:
- Interop metrics parser doe not uploade NaN
- Check that all bcl files are present before starting run processing
- Java tools version can now be determined in cron
- Increase memory available for trio checking for projects with more than 25 samples


0.24.1 (2019-03-20)
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.25.dev0
0.25

0 comments on commit 3ead3ee

Please sign in to comment.