Skip to content
Snippets Groups Projects
  1. May 10, 2015
  2. May 09, 2015
  3. May 04, 2015
  4. May 01, 2015
  5. Apr 30, 2015
  6. Apr 29, 2015
  7. Apr 20, 2015
  8. Apr 16, 2015
  9. Apr 15, 2015
  10. Apr 14, 2015
    • Wai Yi Leung's avatar
      Merge branch 'path-style-fix' into 'develop' · 61232d12
      Wai Yi Leung authored
      Fixed style
      
      Auto style plugin keep changing this files in develop.
      
      See merge request !154
      61232d12
    • Wai Yi Leung's avatar
      Merge branch 'patch-picard_summary' into 'develop' · 5414c7ab
      Wai Yi Leung authored
      Fix Picard metrics parsing to use the correct types
      
      Work in progress: don't merge yet.
      
      This merge request is for #151. I implemented a general utility function that should be able to handle arbitrarily large numbers. The trade off is that it loses the type information. Maybe there is some clever way to retain it, based on the return types of the supplied conversion function(s). But for now, this should be sufficient for the fix of issue #151 (there, we pattern match to check the actual type).
      
      There are still some todos:
      
      - [x] Update Picard parsing to handle this
      - [x] Add unit tests for the conversion functions
      - [ ] Add BigInt and BigDecimal support for the `anyToJson` function (this is optional, I think)
      
      See merge request !148
      5414c7ab
    • Peter van 't Hof's avatar
      Fixed style · b0608696
      Peter van 't Hof authored
      b0608696
    • Peter van 't Hof's avatar
      Added tests for number converting · ee303c87
      Peter van 't Hof authored
      ee303c87
    • Peter van 't Hof's avatar
      5aedab83
  11. Apr 13, 2015
    • Wai Yi Leung's avatar
      Merge branch 'tsv_mod' into 'develop' · f7e873b0
      Wai Yi Leung authored
      Tsv mod
      
      This fixes/closes #73
      
      Changes:
      * Use VCF naming conventions for default fields
      * Spelling/typos
      * Adding the option to change the separator
      * Adding option to change amount of decimals for numeric values
      * Fixes sorting function
      * adding tests
      
      See merge request !153
      f7e873b0
    • Sander Bollen's avatar
      Adding tests for VcfToTsv · 51141a27
      Sander Bollen authored
      51141a27
Loading