sequencing / isaac_variant_caller

This project is deprecated, please see strelka2 at https://github.com/Illumina/strelka
https://github.com/Illumina/strelka
Other
38 stars 14 forks source link

Hello, there was a typo in your docs that I corrected. Thank you for your code! #1

Closed raonyguimaraes closed 11 years ago

raonyguimaraes commented 11 years ago

gzip -dc my_sample.genome.vcf.gz |\ extract_variants |\ awk '/^#/ || $7 == "PASS"' >\ all_passed_variants.vcf

ctsa commented 11 years ago

Sorry about that. Thanks for the fix.