Merge branch '8784-dir-listings'
[arvados.git] / doc / user / topics / tutorial-gatk-variantfiltration.html.textile.liquid
index bf9b24272ce6c6085a2956dff5c6bb6056c60833..752488e157b7dbf5852d657a5a526f4693b65b0d 100644 (file)
@@ -3,6 +3,11 @@ layout: default
 navsection: userguide
 title: "Using GATK with Arvados"
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
 
 This tutorial demonstrates how to use the Genome Analysis Toolkit (GATK) with Arvados. In this example we will install GATK and then create a VariantFiltration job to assign pass/fail scores to variants in a VCF file.
 
@@ -87,7 +92,7 @@ Next, you need the GATK Resource Bundle[2].  This may already be available in Ar
 
 h2. Submit a GATK job
 
-The Arvados distribution includes an example crunch script ("crunch_scripts/GATK2-VariantFiltration":https://arvados.org/projects/arvados/repository/revisions/master/entry/crunch_scripts/GATK2-VariantFiltration) that runs the GATK VariantFiltration tool with some default settings.
+The Arvados distribution includes an example crunch script ("crunch_scripts/GATK2-VariantFiltration":https://dev.arvados.org/projects/arvados/repository/revisions/master/entry/crunch_scripts/GATK2-VariantFiltration) that runs the GATK VariantFiltration tool with some default settings.
 
 <notextile>
 <pre><code>~$ <span class="userinput">src_version=76588bfc57f33ea1b36b82ca7187f465b73b4ca4</span>