[ARVADOS] updated: c0f1da371e57752ac48d314264fdd445a05192cb

git at public.curoverse.com git at public.curoverse.com
Wed Jul 2 16:32:23 EDT 2014


Summary of changes:
 crunch_scripts/arvados-bcbio-nextgen.py | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

       via  c0f1da371e57752ac48d314264fdd445a05192cb (commit)
      from  9060fbf9984b5e05081931c4c30846fd304ebced (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit c0f1da371e57752ac48d314264fdd445a05192cb
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Wed Jul 2 16:32:20 2014 -0400

    write template

diff --git a/crunch_scripts/arvados-bcbio-nextgen.py b/crunch_scripts/arvados-bcbio-nextgen.py
index feb8ce0..070e8cd 100755
--- a/crunch_scripts/arvados-bcbio-nextgen.py
+++ b/crunch_scripts/arvados-bcbio-nextgen.py
@@ -54,6 +54,31 @@ with open("/usr/local/share/bcbio-nextgen/galaxy/tool-data/tool_data_table_conf.
 </tables>
 ''')
 
+os.mkdir("/usr/local/share/bcbio-nextgen/galaxy/templates")
+
+with open("/usr/local/share/bcbio-nextgen/galaxy/templates/gatk-variant.yaml", "w") as f:
+    f.write('''
+# Template for whole genome Illumina variant calling with GATK pipeline
+---
+details:
+  - analysis: variant2
+    genome_build: GRCh37
+    # to do multi-sample variant calling, assign samples the same metadata / batch
+    # metadata:
+    #   batch: your-arbitrary-batch-name
+    algorithm:
+      aligner: bwa
+      mark_duplicates: picard
+      recalibrate: gatk
+      realign: gatk
+      variantcaller: gatk-haplotype
+      platform: illumina
+      quality_format: Standard
+      coverage_interval: genome
+      # for targetted projects, set the region
+      # variant_regions: /path/to/your.bed
+''')
+
 with open("/usr/local/share/bcbio-nextgen/galaxy/tool-data/bowtie2_indices.loc", "w") as f:
     f.write(subst.do_substitution(p, "GRCh37\tGRCh37\tHuman (GRCh37)\t$(dir $(bowtie2_indices))"))
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list