Skip to content

Commit

Permalink
Merge pull request #81 from EdinburghGenomics/new_constants
Browse files Browse the repository at this point in the history
New constants
  • Loading branch information
Timothee Cezard authored May 28, 2018
2 parents b5ce860 + afd83ff commit fb7d4bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ Changelog for EGCG-Core
- Nothing changed yet.


0.8.1 (2018-02-09)
------------------

- New constants capturing the Interop metrics
- New function for querying dict with dot notation


0.8 (2017-11-29)
----------------

Expand Down
1 change: 1 addition & 0 deletions egcg_core/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
ELEMENT_NB_BASE_R2 = 'bases_r2'
ELEMENT_NB_Q30_R1 = 'q30_bases_r1'
ELEMENT_NB_Q30_R2 = 'q30_bases_r2'
ELEMENT_NB_READS_PHIX = 'phix_reads'
ELEMENT_NB_READS_CLEANED = 'clean_reads' # this implies that the filter has been passed
ELEMENT_NB_BASE_R1_CLEANED = 'clean_bases_r1'
ELEMENT_NB_BASE_R2_CLEANED = 'clean_bases_r2'
Expand Down

0 comments on commit fb7d4bd

Please sign in to comment.