Skip to content

Releases: liguowang/CrossMap

version 0.7.0

12 Jan 03:07
Compare
Choose a tag to compare
  1. Fix bugs for VCF file liftover.
  2. Use "pyproject.toml" to replace “setup.py”.

Download crossmap

v0.6.5

02 Dec 15:38
Compare
Choose a tag to compare

Fix these bugs when lifting over VCF files:

  1. One of the alternative allele is "*" or other non-DNA characters.

Download crossmap

version 0.6.4

12 Jul 14:50
Compare
Choose a tag to compare
  1. Fix bug when the input bigwig file does not have coverage signal for some chromosomes.
  2. When the input VCF file does not have CONTIG field, use long chromosome ID (e.g., "chr1") as default.

Download crossmap

version 0.6.3

05 Mar 04:24
Compare
Choose a tag to compare

Fix bugs in v0.6.1. For insertions and deletions in a VCF file, the first nucleotide in REF and ALT fields correspond to the nucleotide at POS of the target reference genome

Download crossmap

version 0.6.1

30 Nov 16:22
Compare
Choose a tag to compare

Same as version 0.6.0. Remove unused modules from the lib folder.

Download crossmap

version 0.6.0

23 Nov 15:46
Compare
Choose a tag to compare

Major changes:

  1. Use argparse instead of optparse.
  2. Use os.path.getmtime instead of os.path.getctime to check the timestamps of fasta file and its index file.
  3. Add ‘–unmap-file’ option to CrossMap.py bed command.

Download crossmap

version 0.5.3

17 Apr 01:11
Compare
Choose a tag to compare

add "CrossMap.py viewchain" function
using builtin "logging" module
Fix bug in "CrossMap.py bigwig"

Download crossmap

version 0.5.2

30 Dec 17:13
Compare
Choose a tag to compare
  • In CrossMap.py region: keep additional columns (columns after the 3rd column) of the original BED file after conversion.
  • Add ‘–no-comp-alleles’ flag to CrossMap.py vcf and CrossMap.py gvcf. If set, CrossMap does not check if the “reference allele” is different from the “alternative allele”.

Download crossmap

version 0.5.0

16 Aug 02:05
Compare
Choose a tag to compare

Add "region" command to convert large genomic regions.

Download crossmap

version 0.3.9

14 Nov 19:37
Compare
Choose a tag to compare
  • fix several minor bugs when processing VCF files
  • from this version (v0.3.9), CrossMap does not require the chromosome IDs must be matched between the input genome coordinate file and the chain file.

Download crossmap