--
---
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/igv-help/6f18e8ac-15fa-43b6-9c2f-4e5eb2f10da9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
---
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/igv-help/3bb7abe7-0570-4276-b19d-5e9afca972d9%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/igv-help/6fc0c935-f22d-4874-896f-b9879fdcdbc5%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/igv-help/7aff82e3-77c4-486f-919e-e2711d8d7604%40googlegroups.com.
VCF_FILE=$1grep "^#CHROM" $VCF_FILE | cut -f10- | sed -e 's/\t/\n/g' | xargs -n1 -P10 -I{} \java -Xmx2g -jar $APPS_PATH/gatk_current/GenomeAnalysisTK.jar \ -R $REFERENCE \ -T SelectVariants \ --variant $VCF_FILE \ -o {}.vcf \ -sn {} \ --excludeNonVariants \> run_splitVCF.{}.log 2>&1
To view this discussion on the web visit https://groups.google.com/d/msgid/igv-help/fe0183e2-0d47-4b1e-9061-621dcabc6c69%40googlegroups.com.