diff --git a/docs/1_DesigningVariantC.md b/docs/1_DesigningVariantC.md index 375e180..8027bc9 100644 --- a/docs/1_DesigningVariantC.md +++ b/docs/1_DesigningVariantC.md @@ -231,7 +231,7 @@ Identify SNVs using bcftools call. We have to specify ploidy with the flag `--pl !!! quote "" - At this stage you can use various tools to analyse the vcf file. - - Exploring the vcf is beyond the scope of this workshop. Please refer to [official documentation on VCF provided by Broad Institute](]https://gatk.broadinstitute.org/hc/en-us/articles/360035531692-VCF-Variant-Call-Format) + - Exploring the vcf is beyond the scope of this workshop. Please refer to [official documentation on VCF provided by Broad Institute](https://gatk.broadinstitute.org/hc/en-us/articles/360035531692-VCF-Variant-Call-Format) Now we are ready for the [Next Lesson](2_AutomaticVariantC.md) to put all these commands in a script.