We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1ca27 commit cb7cc75Copy full SHA for cb7cc75
HISTORY.md
@@ -1,5 +1,10 @@
1
## 0.1.3 (in progress)
2
3
+- Avoid errors on converting hg19 to GRCh37 where hg19 variants contain hg19 hap
4
+ contigs with no equivalent in GRCh37. It now drops these variants instead
5
+ of generating an error. Thanks to Severine Catreux.
6
+- Avoid issues with running LeftAlignVariants on indels with END tags. Thanks to
7
+ Justin Johnson.
8
- Move to external bcbio.run tool to help abstract out some core functionality
9
useful in other contexts.
10
- Additional flexibility for Illumina to valid VCF preparation. Allow ignoring
0 commit comments