Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@J-Bradlee J-Bradlee released this 15 Aug 01:10
· 10 commits to master since this release

Release Notes - v1.1.0

  • Able to use either ref-genomes on the fly depending on the file path passed into the -ref command. -ref /app/ref-data/refdata-b38 for GRCh38 (b38) and -ref /app/ref-data/refdata-b37 for GRCh38 (b37).
  • Support of hg19 style nomenclature (ex 1,2,3,4..X,Y,MT) for input bams using the b37 reference genome. Note this is an unstable feature. It is recommended to lift over your bam files first to the ref genome you would want to use.
  • Able to use maximum available CPUs for the bigwig:createWigs and lumpy:caller steps.
  • Able to limit the number of CPUs used by ClinSV with the -j command where a path to a json file which contains the max limit on resources used for each step is passed as input.
  • Added script to make a smoother development experience using the docker container.
  • Bug fix #61: igv .xml file now uses the correct reference genome dependent on the reference genome used.
  • Bug fix #60: the coverage by chromosome view in the QC report is now outputted correctly.