Skip to content

Releases: hartwigmedical/hmftools

esvee v1.0-rc.1

25 Nov 02:14
Compare
Choose a tag to compare
esvee v1.0-rc.1 Pre-release
Pre-release

Initial release, see READ-ME for full details

cobalt v2.0-rc.1

25 Nov 02:12
Compare
Choose a tag to compare
cobalt v2.0-rc.1 Pre-release
Pre-release

Technical

  • handle missing ratio results from empty BAM
  • ensure target regions file is sorted

chord v2.1-rc.1

25 Nov 02:22
Compare
Choose a tag to compare
chord v2.1-rc.1 Pre-release
Pre-release

Technical

  • code refactor

bam-tools v1.3 release candidate 1

25 Nov 01:53
Compare
Choose a tag to compare
Pre-release

Functional:

  • count overlapping bases towards standard coverage
  • allow reads partially overlapping a targeted region in target-only mode

Bugs:

  • fixed tracking of consensus reads for coverage, counts and fragment lengths

Technical

  • write partition statistics
  • removing writing of old-style metrics file

amber v4.1 release candidate 2

22 Nov 00:29
Compare
Choose a tag to compare
Pre-release

No changes for WGS

Bugs:

  • fixed restriction to panel regions in targeted mode

cuppa v2.3.0

21 Nov 02:22
Compare
Choose a tag to compare
cuppa v2.3.0 Pre-release
Pre-release

Technical

  • introduce Java entry point for prep + prediction
  • compatible with Esvee

Bugs

  • fix misalignment of cancer type in visualisation

fastq-tools v1.0.0-beta.1

13 Nov 03:04
Compare
Choose a tag to compare
Pre-release

Initial release of biomodal fastq collapse component.

To run this component use:

java -cp fastq-tools-v1.0.0-beta.1.jar com.hartwig.hmftools.fastqtools.biomodalcollapse.BiomodalCollapse \
  -threads $NUMBER_OF_THREADS \
  -fastq1 $PATH_TO_R1_FASTQ \
  -fastq2 $PATH_TO_R2_FASTQ \
  -out_fastq $COLLAPSED_FASTQ_OUTPUT_PATH

Note that you can restrict the tool to only process the first $N fragments by adding the argument -max_fastq_pairs_read $N to the above.

compar v1.3.0-beta.3

01 Nov 12:53
Compare
Choose a tag to compare
compar v1.3.0-beta.3 Pre-release
Pre-release

Description of release compar v1.3.0-beta.3

DEV-3784: Add liftover for somatic disruptions and germline variants and disruptions.
Make compatible with Cuppa v2.
DEV-4061: Add many fields and new categories: PEACH, VIRUS, TUMOR_FLAGSTAT, GERMLINE_FLAGSTAT, TUMOR_BAM_METRICS, GERMLINE_BAM_METRICS, SNP_GENOTYPE.
Removed support for old format germline SV file.
Adjusted disruption comparison to be less dependent on exact position.
DEV-4082: Create INVALID_ERROR output when error is thrown in comparison
DEV-4084: Fix problems in disruption comparison
Add categories: CDR3_SEQUENCE, CDR3_LOCUS_SUMMARY, TELOMERE_LENGTH

Full Changelog: compar-v1.2...compar-v1.3.0-beta.3

v-chord v0.1_beta.1

31 Oct 23:03
683bf74
Compare
Choose a tag to compare
v-chord v0.1_beta.1 Pre-release
Pre-release

Description of release v-chord v0.1_beta.1

Full Changelog: compar-v1.3.0-beta.2...v-chord-v0.1_beta.1

compar v1.3.0-beta.2

31 Oct 14:33
a62ad22
Compare
Choose a tag to compare
compar v1.3.0-beta.2 Pre-release
Pre-release

Description of release compar v1.3.0-beta.2

What's Changed

DEV-3784: Add liftover for somatic disruptions and germline variants and disruptions.
Make compatible with Cuppa v2.
DEV-4061: Add many fields and new categories: PEACH, VIRUS, TUMOR_FLAGSTAT, GERMLINE_FLAGSTAT, TUMOR_BAM_METRICS, GERMLINE_BAM_METRICS, SNP_GENOTYPE.
Removed support for old format germline SV file.
Adjusted disruption comparison to be less dependent on exact position.
DEV-4082: Create INVALID_ERROR output when error is thrown in comparison
DEV-4084: Fix problems in disruption comparison
Add categories: CDR3_SEQUENCE, CDR3_LOCUS_SUMMARY, TELOMERE_LENGTH

Full Changelog: compar-v1.2...compar-v1.3.0-beta.2