editasmedicine / calitas

This repository is home to CALITAS, a CRISPR-Cas-aware ALigner for In silico off-TArget Search. CALITAS implements a customized gapped alignment of guide sequences to genomes and other reference sequences, returning consistent and non-redundant alignments.
BSD 3-Clause Clear License
8 stars 6 forks source link

Add a test for PrepareVcf and ensure it strips out genotypes without … #3

Closed tfenne closed 3 years ago

tfenne commented 3 years ago

…producing an error.

Previously it was removing the genotypes, but not removing the samples from the header and that was causing it to raise an error instead of working correctly.