--
---
You received this message because you are subscribed to a topic in the Google Groups "igv-help" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/igv-help/_tloiywpl08/unsubscribe.
To unsubscribe from this group and all its topics, send an email to igv-help+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
# This doesn't load in IGV
cat test.vcf | java -jar SnpSift.jar filter "(FILTER = 'PASS')" > keep/test.vcf
igvtools index keep/test.vcf
# This loads in IGV
grep "^#" test.vcf > keep/test.vcfgrep "chr.*PASS" test.vcf >> keep/test.vcfigvtools index keep/test.vcf
# This doesn't load in IGV
cat test.vcf | java -jar SnpSift.jar filter "(FILTER = 'PASS')" > keep/test_a.vcf
igvtools index keep/test_a.vcf
grep "^#" test.vcf > keep/test_b.vcfgrep "chr.*PASS" test.vcf >> keep/test_b.vcfdiff keep/test_a.vcf keep/test_b.vcf
--
---
You received this message because you are subscribed to the Google Groups "igv-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to igv-help+u...@googlegroups.com.