Skip to content

Releases: iqbal-lab-org/minos

Version 0.8.0

10 Jun 16:12
182da93
Compare
Choose a tag to compare

Remove some code which was preserving an old perl vcf file.

Version 0.7.0

04 Jun 12:42
0ab52d6
Compare
Choose a tag to compare

Add nextflow parallelisation of build, in the multisample pipeline

Version 0.6.0

25 Apr 20:11
c9d856c
Compare
Choose a tag to compare
  • add default filtering to final output VCF file (issue #68)
  • speed up when splitting the reference into chunks, by not using unmapped reads on every chunk (issue #67)

Version 0.5.1

18 Mar 11:06
76d6a48
Compare
Choose a tag to compare

GT_CONF_PERCENTILE is added to the debug VCF file, which also means it ends up in the final VCF from the multi sample regenotyping pipeline

Version 0.5.0

11 Mar 15:57
Compare
Choose a tag to compare
  • Rewrite of genotyping algorithm and code
  • New GT_CONF_PERCENTILE in output VCF
  • Numerous changes to check_with_ref
  • Use latest gramtools version

Version 0.4.1

26 Apr 09:19
fcd40fb
Compare
Choose a tag to compare

More robust checking that gramtools ran ok.

Version 0.4.0

26 Apr 07:30
Compare
Choose a tag to compare
  • new functionality to chunk the genome and run gramtools on each chunk, to save RAM.
  • new task make_split_gramtools_build to gramtools build a chunked genome
  • expose gramtools kmer size option
  • in check_with_ref, by default do not allow mismatches in mapped flanking regions

Version 0.3.0

06 Mar 14:50
Compare
Choose a tag to compare
  • genotype ./. when no coverage
  • new multi_sample_pipeline for calling across many samples

Version 0.2.0

22 Feb 08:21
Compare
Choose a tag to compare

Better logging

Version 0.1.0

21 Feb 13:42
111edf8
Compare
Choose a tag to compare
  • Better clustering. New option --max_alleles_per_cluster. Reduces RAM.
  • Better TP/FP calling