Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Aug 31, 2022
1 parent e9e89ff commit 83e45f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.1.7 (dev)
============
v0.1.7
======
+ add wiki page and more information about decomposing variants
+ clarify warning on non ACGT (#23)
+ better error messages on missing/bad zip file
Expand Down
6 changes: 6 additions & 0 deletions paper/small-set.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
set -euo pipefail
ref=/hpc/cog_bioinf/GENOMES.old/1KP_GRCh38/GRCh38_full_analysis_set_plus_decoy_hla.fa
bcftools csq -l -O u -o - --threads 3 -s - -f $ref -g Homo_sapiens.GRCh38.104.chr.gff3.gz -c CSQ HG001_GRCh38_1_22_v4.2.1_benchmark.bcf \
| slivar expr --info 'INFO.highest_impact_order < ImpactOrder.missense' -v - --pass-only -o HG001.bad.bcf

echtvar anno -e cadd.v1.6.hg38.zip HG001.bad.bcf HG001.bad.cadd.bcf

0 comments on commit 83e45f0

Please sign in to comment.