Skip to content

Releases: brentp/echtvar

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 30 Apr 14:53
bump rust-htslib

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 12 Feb 15:35
workflow

strings with commas

Choose a tag to compare

@brentp brentp released this 21 Mar 15:55
  • handle strings with commas by just saving the entire string (#49)

Get Started

To get started, download the static linux binary here, then chmod +x and execute:

wget -O ~/bin/echtvar https://github.com/brentp/echtvar/releases/download/v0.2.2/echtvar \
    && chmod +x ~/bin/echtvar \
    && ~/bin/echtvar -h 

Experienced rust users can build with cargo
Please let me know any (non SIGILL) issues with the binary. This is my first time distributing rust binaries.

Annotation files

you can create your own annotation files using echtvar encode. We provide a pre-made file for hg38 whole genomes from gnomad v3.1.2. It can be retrieved with:

curl -L -o gnomad.v3.1.2.echtvar.v2.zip https://surfdrive.surf.nl/files/index.php/s/nJPDxM3b9C7hkM2/download

The 7.1GB gnomad.v3.1.2.echtvar.v2.zip file is created using this example json

a smaller (2.5GB) file with only popmax AF is available with:

curl -L -o gnomad.v3.1.2.echtvar.popmax.v2.zip  https://surfdrive.surf.nl/files/index.php/s/LddbAYQAYPqtYu6/download

v0.2.1

Choose a tag to compare

@brentp brentp released this 11 Nov 16:21
  • bump stream-vbyte for performance annotating
  • fix #43 where output vcf would have Number=, unless number was specified in config.json

Get Started

To get started, download the static linux binary here, then chmod +x and execute:

wget -O ~/bin/echtvar https://github.com/brentp/echtvar/releases/download/v0.2.1/echtvar \
    && chmod +x ~/bin/echtvar \
    && ~/bin/echtvar -h 

Experienced rust users can build with cargo
Please let me know any (non SIGILL) issues with the binary. This is my first time distributing rust binaries.

Annotation files

you can create your own annotation files using echtvar encode. We provide a pre-made file for hg38 whole genomes from gnomad v3.1.2. It can be retrieved with:

curl -L -o gnomad.v3.1.2.echtvar.v2.zip https://surfdrive.surf.nl/files/index.php/s/nJPDxM3b9C7hkM2/download

The 7.1GB gnomad.v3.1.2.echtvar.v2.zip file is created using this example json

a smaller (2.5GB) file with only popmax AF is available with:

curl -L -o gnomad.v3.1.2.echtvar.popmax.v2.zip  https://surfdrive.surf.nl/files/index.php/s/LddbAYQAYPqtYu6/download

There is a user-supplied gnomad v4 for hg38 linked from here

v0.2.0

Choose a tag to compare

@brentp brentp released this 13 Feb 11:16

v0.2.0

Get Started

To get started, download the static linux binary here, then chmod +x and execute:

wget -O ~/bin/echtvar https://github.com/brentp/echtvar/releases/download/v0.2.0/echtvar \
    && chmod +x ~/bin/echtvar \
    && ~/bin/echtvar -h 

Experienced rust users can build with cargo
Please let me know any (non SIGILL) issues with the binary. This is my first time distributing rust binaries.

Annotation files

you can create your own annotation files using echtvar encode. We provide a pre-made file for hg38 whole genomes from gnomad v3.1.2. It can be retrieved with:

curl -L -o gnomad.v3.1.2.echtvar.v2.zip https://surfdrive.surf.nl/files/index.php/s/nJPDxM3b9C7hkM2/download

The 7.1GB gnomad.v3.1.2.echtvar.v2.zip file is created using this example json

a smaller (2.5GB) file with only popmax AF is available with:

curl -L -o gnomad.v3.1.2.echtvar.popmax.v2.zip  https://surfdrive.surf.nl/files/index.php/s/LddbAYQAYPqtYu6/download

"." for missing floats

Choose a tag to compare

@brentp brentp released this 26 Sep 07:03

v0.1.9

Get Started

To get started, download the static linux binary here, then chmod +x and execute:

wget -O ~/bin/echtvar https://github.com/brentp/echtvar/releases/download/v0.1.9/echtvar \
    && chmod +x ~/bin/echtvar \
    && ~/bin/echtvar -h 

Experienced rust users can build with cargo
Please let me know any (non SIGILL) issues with the binary. This is my first time distributing rust binaries.

Annotation files

you can create your own annotation files using echtvar encode. We provide a pre-made file for hg38 whole genomes from gnomad v3.1.2. It can be retrieved with:

curl -L -o gnomad.v3.1.2.echtvar.v2.zip https://surfdrive.surf.nl/files/index.php/s/nJPDxM3b9C7hkM2/download

The 7.1GB gnomad.v3.1.2.echtvar.v2.zip file is created using this example json

a smaller (2.5GB) file with only popmax AF is available with:

curl -L -o gnomad.v3.1.2.echtvar.popmax.v2.zip  https://surfdrive.surf.nl/files/index.php/s/LddbAYQAYPqtYu6/download

large files and other minor changes

Choose a tag to compare

@brentp brentp released this 13 Sep 12:18

v0.1.8

  • better help message indicating how to output bcf/vcf.gz (thanks @dvg-p4)
  • fix missing value in cadd example (thanks @dvg-p4)
  • doc types (thanks @enormandeau)
  • handle big files (#30)

Get Started

To get started, download the static linux binary here, then chmod +x and execute:

wget -O ~/bin/echtvar https://github.com/brentp/echtvar/releases/download/v0.1.8/echtvar \
    && chmod +x ~/bin/echtvar \
    && ~/bin/echtvar -h 

Experienced rust users can build with cargo
Please let me know any (non SIGILL) issues with the binary. This is my first time distributing rust binaries.

Annotation files

you can create your own annotation files using echtvar encode. We provide a pre-made file for hg38 whole genomes from gnomad v3.1.2. It can be retrieved with:

curl -L -o gnomad.v3.1.2.echtvar.v2.zip https://surfdrive.surf.nl/files/index.php/s/nJPDxM3b9C7hkM2/download

The 7.1GB gnomad.v3.1.2.echtvar.v2.zip file is created using this example json

a smaller (2.5GB) file with only popmax AF is available with:

curl -L -o gnomad.v3.1.2.echtvar.popmax.v2.zip  https://surfdrive.surf.nl/files/index.php/s/LddbAYQAYPqtYu6/download

v0.1.7

Choose a tag to compare

@brentp brentp released this 31 Aug 18:51

changes

  • add wiki page and more information about decomposing variants
  • clarify warning on non ACGT (#23)
  • better error messages on missing/bad zip file

Get Started

To get started, download the static linux binary here, then chmod +x and execute:

wget -O ~/bin/echtvar https://github.com/brentp/echtvar/releases/download/v0.1.7/echtvar \
    && chmod +x ~/bin/echtvar \
    && ~/bin/echtvar -h 

Experienced rust users can build with cargo
Please let me know any (non SIGILL) issues with the binary. This is my first time distributing rust binaries.

Annotation files

you can create your own annotation files using echtvar encode. We provide a pre-made file for hg38 whole genomes from gnomad v3.1.2. It can be retrieved with:

curl -L -o gnomad.v3.1.2.echtvar.v2.zip https://surfdrive.surf.nl/files/index.php/s/nJPDxM3b9C7hkM2/download

The 7.1GB gnomad.v3.1.2.echtvar.v2.zip file is created using this example json

a smaller (2.5GB) file with only popmax AF is available with:

curl -L -o gnomad.v3.1.2.echtvar.popmax.v2.zip  https://surfdrive.surf.nl/files/index.php/s/LddbAYQAYPqtYu6/download

vcf-header + limit warnings

Choose a tag to compare

@brentp brentp released this 14 Jun 09:04

v0.1.6

  • change VCF header (#19)
  • output fewer warnings for '*' and other alternate alleles (#22 thanks @liserjrqlxue)

Get Started

To get started, download the static linux binary here, then chmod +x and execute:

wget -O ~/bin/echtvar https://github.com/brentp/echtvar/releases/download/v0.1.6/echtvar \
    && chmod +x ~/bin/echtvar \
   && ~/bin/echtvar -h 

Experienced rust users can build with cargo
Please let me know any (non SIGILL) issues with the binary. This is my first time distributing rust binaries.

Annotation files

you can create your own annotation files using echtvar encode. We provide a pre-made file for hg38 whole genomes from gnomad v3.1.2. It can be retrieved with:

curl -L -o gnomad.v3.1.2.echtvar.v2.zip https://surfdrive.surf.nl/files/index.php/s/nJPDxM3b9C7hkM2/download

The 7.1GB gnomad.v3.1.2.echtvar.v2.zip file is created using this example json

a smaller (2.5GB) file with only popmax AF is available with:

curl -L -o gnomad.v3.1.2.echtvar.popmax.v2.zip  https://surfdrive.surf.nl/files/index.php/s/LddbAYQAYPqtYu6/download

osx and dbNSFP

Choose a tag to compare

@brentp brentp released this 30 Mar 09:15

v0.1.5

  • fix build on OSX (#18 from @sstadick)
  • handle empty alts (#16 from @sstadick)
  • add script for converting dbNSFP -> VCF -> echtvar encode

Get Started

To get started, download the static linux binary here, then chmod +x and execute:

wget -O ~/bin/echtvar https://github.com/brentp/echtvar/releases/download/v0.1.5/echtvar \
    && chmod +x ~/bin/echtvar \
   && ~/bin/echtvar -h 

Experienced rust users can build with cargo
Please let me know any (non SIGILL) issues with the binary. This is my first time distributing rust binaries.

Annotation files

you can create your own annotation files using echtvar encode. We provide a pre-made file for hg38 whole genomes from gnomad v3.1.2. It can be retrieved with:

curl -L -o gnomad.v3.1.2.echtvar.v2.zip https://surfdrive.surf.nl/files/index.php/s/nJPDxM3b9C7hkM2/download

The 7.1GB gnomad.v3.1.2.echtvar.v2.zip file is created using this example json

a smaller (2.5GB) file with only popmax AF is available with:

curl -L -o gnomad.v3.1.2.echtvar.popmax.v2.zip  https://surfdrive.surf.nl/files/index.php/s/LddbAYQAYPqtYu6/download