{"id":565,"date":"2022-06-08T16:55:50","date_gmt":"2022-06-08T16:55:50","guid":{"rendered":"https:\/\/terrabioappdev.wpenginepowered.com\/updated-gatk-pipeline-for-ultima-genomics-data\/"},"modified":"2023-12-27T04:55:29","modified_gmt":"2023-12-27T04:55:29","slug":"updated-gatk-pipeline-for-ultima-genomics-data","status":"publish","type":"post","link":"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/","title":{"rendered":"Try out the updated GATK pipeline for Ultima Genomics data"},"content":{"rendered":"<p><i><span style=\"font-weight: 400;\">Megan Shand is a Computational Biologist in the Data Sciences Platform at the Broad Institute. As a member of the GATK development team, she manages methods and data pipelines for whole genome sequencing (WGS) data. In this guest blog post, Megan describes the new GATK pipeline for processing short-read WGS data produced by the new Ultima Genomics technology. <\/span><\/i><\/p>\n<hr \/>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400;\">The biotech startup Ultima Genomics recently shared its new short-read sequencing technology, which generates high-throughput genomic data using sequencing-by-synthesis (SBS). In keeping with our goal of enabling the research community to use relevant data types, we\u2019ve been collaborating with Ultima to adapt our whole genome analysis pipeline \u2014 aka the GATK Best Practices for short variant discovery \u2014 to handle the new data appropriately. We also made a Terra workspace preloaded with sample data and the fully configured analysis workflow so you can check it out for yourself without having to download or install anything.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Let&#8217;s start with a brief summary of how the technology works, then I&#8217;ll explain what we changed in the pipeline and how you can try it out for yourself.\u00a0<\/span><\/p>\n<p>&nbsp;<\/p>\n<h3><span style=\"font-weight: 400;\">Summary of the new sequencing approach<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">The company released a <\/span><a href=\"https:\/\/www.biorxiv.org\/content\/10.1101\/2022.05.29.493900v1\"><span style=\"font-weight: 400;\">preprint<\/span><\/a><span style=\"font-weight: 400;\"> describing their new technology in detail, so I won&#8217;t rehash it all here \u2014 you should really read it for yourself \u2014 but here&#8217;s a quick summary of how it works.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The most fundamental part of the approach should sound very familiar. There&#8217;s a \u201cflowcell-like\u201d substrate patterned with landing pads for sequencing beads, and the chemistry involves &#8220;mostly natural&#8221; sequencing-by-synthesis, which refers to the use of sparsely labeled non-terminating nucleotides. At each sequencing cycle, the beads are exposed to the MNN mix, and polymerase extension is performed to incorporate 0, 1, or several bases of a single nucleotide base type (dA, dC, dG or dT) into each growing strand, depending on the length of the homopolymer in the template. The labeled bases are detected by optical scanning, with the signal of each bead being proportional to the length of the homopolymer sequenced. The base-calling is done by on-board GPUs that employ a deep convolutional neural network to convert the raw signals into the sequences.\u00a0\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">However, instead of using a traditional linear flowcell, Ultima&#8217;s sequencer uses an &#8220;open fluidics&#8221; design, which consists of a circular 200mm silicon wafer that spins while reagents are released at its center. The spinning causes the reagents to spread out by inertial distribution, which reduces the volume of reagents needed per cycle. The imaging is also done by spinning the wafer \u2014 like reading a compact disc, as the preprint puts it.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Finally, the data produced by the Ultima technology is very similar to &#8220;classic&#8221; short read genomic data. It can be stored in the same file formats (FASTQ, SAM\/BAM\/CRAM etc), which means the tools we have all been using so far \u2014 BWA, GATK etc \u2014 can read and write the Ultima data out of the box.\u00a0<\/span><\/p>\n<p><i><span style=\"font-weight: 400;\">For a more in-depth third-party review of the new technology and its implications, check out <\/span><\/i><a href=\"https:\/\/omicsomics.blogspot.com\/2022\/05\/ultima-genomics-storms-out-of-stealth.html\"><i><span style=\"font-weight: 400;\">Keith Robison&#8217;s &#8220;Omics! Omics!&#8221; blog<\/span><\/i><\/a><i><span style=\"font-weight: 400;\">.<\/span><\/i><\/p>\n<p>&nbsp;<\/p>\n<h3><span style=\"font-weight: 400;\">Adapting the GATK pipeline to handle Ultima data<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Despite the overall similarities, we did find some differences in the error modes that affect the data generated by the new technology. Some error types are less common (mismatches), while other error types are more common (homopolymer indels). As a result, we had to make some modifications to a subset of the algorithms that are used in our pipeline to handle those differences.\u00a0<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><strong>Key tool\/algorithm changes<\/strong><\/p>\n<p><span style=\"font-weight: 400;\">&#8211; The Picard tool MarkDuplicates has been adapted to handle ambiguity in read alignment start positions;<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8211; The contamination estimation step has been adapted to use only the highest quality SNV sites based on flow cycles and local realignment;<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8211; In the HaplotypeCaller variant caller:\u00a0<\/span><\/p>\n<p style=\"padding-left: 40px;\"><span style=\"font-weight: 400;\">&#8211; The classic Hidden Markov Model (HMM) that we previously used to calculate genotype likelihoods has been replaced by a new likelihood model (&#8220;flow-based&#8221;) that more accurately accounts for sequencing errors present in the data;<\/span><\/p>\n<p style=\"padding-left: 40px;\"><span style=\"font-weight: 400;\">&#8211; A new haplotype filtering step has been added to remove spurious alleles that don\u2019t contribute significantly to the genotyping likelihood;<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8211; At the variant filtering stage, VQSR and its Mixed Gaussian model has been replaced with an<\/span><a href=\"https:\/\/github.com\/Ultimagen\/VariantCalling\"><span style=\"font-weight: 400;\"> external package developed by Ultima<\/span><\/a><span style=\"font-weight: 400;\"> that applies a Random Forest model.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Overall, these are mostly &#8220;under the hood&#8221; changes to existing tools that we activate using configuration flags and parameters. The only step where we&#8217;re swapping out components is variant filtering, as described above.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">You can read more about these changes in the GATK technical documentation.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><strong>New pipeline implementation<\/strong><\/p>\n<p><span style=\"font-weight: 400;\">The resulting pipeline is different enough from our &#8220;generic&#8221; <a href=\"https:\/\/broadinstitute.github.io\/warp\/docs\/Pipelines\/Whole_Genome_Germline_Single_Sample_Pipeline\/README\/\">whole genome analysis pipeline<\/a> to warrant its own implementation, which you can find <a href=\"https:\/\/github.com\/broadinstitute\/warp\/tree\/UltimaGenomicsWholeGenomeGermline_v1.0.0\">here<\/a> in the <\/span><a href=\"https:\/\/github.com\/broadinstitute\/warp\"><span style=\"font-weight: 400;\">WARP repository<\/span><\/a><span style=\"font-weight: 400;\">. Like all our other pipelines, it is written in the Workflow Description Language, or WDL, which you can learn more about <\/span><a href=\"https:\/\/openwdl.org\/\"><span style=\"font-weight: 400;\">here<\/span><\/a><span style=\"font-weight: 400;\">.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Fortunately we were able to reuse a lot of existing code because of the modular design we&#8217;ve been using for the past few years: the bulk of the work done by the pipeline is divided into sub-workflow scripts that we can call from a top-level workflow script, sometimes in different combinations or with different parameters as needed. We originally adopted that design to maximize code reuse between the exome and whole genome versions of our variant calling pipeline, and now it&#8217;s also coming in handy to minimize the amount of homologous code that we need to maintain in parallel for running on different data types. Hopefully this will also make things easier for any of you who are also using our workflows to analyze your short read data.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">If you develop your own GATK pipelines, make sure to update to the latest version of GATK<\/span><span style=\"font-weight: 400;\">\u00a0so you can take advantage of the new functionality.<\/span><\/p>\n<p>&nbsp;<\/p>\n<h3><span style=\"font-weight: 400;\">Take the data and the new pipeline out for a spin<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Of course there&#8217;s no better way to really get to know a new data type than to poke at it yourself. To that end, our teams collaborated to create a <\/span><a href=\"https:\/\/app.terra.bio\/#workspaces\/warp-pipelines\/Ultima-Genomics-Whole-Genome-Germline\"><span style=\"font-weight: 400;\">public workspace in Terra<\/span><\/a><span style=\"font-weight: 400;\"> that contains sample Ultima data as well as the updated whole genome analysis workflow preconfigured to run on the sample data. The workspace also includes all the relevant logs, intermediate outputs, and so on produced in the process of running the analysis workflow.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Having all of that bundled together in a workspace allows you to examine the input files and see exactly how the analysis workflow is set up, what all the parameter values are, how long it takes to run and what the quality control metrics and outputs look like, in full technicolor detail. If you&#8217;d like, you can even clone the workspace under your own account and try running the workflow yourself.<\/span><\/p>\n<p><strong>So check out the <a href=\"https:\/\/app.terra.bio\/#workspaces\/warp-pipelines\/Ultima-Genomics-Whole-Genome-Germline\">Ultima workspace<\/a> today to form your own opinion of the new data and test the updated whole genome pipeline. We&#8217;d love to hear your feedback in either the <a href=\"https:\/\/support.terra.bio\/hc\/en-us\/community\/topics\">Terra community forum<\/a> or the <a href=\"https:\/\/gatk.broadinstitute.org\/hc\/en-us\/community\/topics\">GATK support forum<\/a>.<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><i><span style=\"font-weight: 400;\">If you have any technical questions about the GATK side of things, please post your question in the <\/span><\/i><a href=\"https:\/\/gatk.broadinstitute.org\/hc\/en-us\/community\/topics\"><i><span style=\"font-weight: 400;\">GATK support forum<\/span><\/i><\/a><i><span style=\"font-weight: 400;\">. For resources to get started using the Terra workflow system, see the &#8220;Getting Started&#8221; links in the workspace dashboard. Finally, for questions about the new technology, reach out to Ultima Genomics via their <a href=\"https:\/\/www.ultimagenomics.com\/contact\">contact form<\/a>.\u00a0<\/span><\/i><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Computational biologist and GATK team member Megan Shand describes the new GATK pipeline for processing short-read WGS data produced by the Ultima Genomics technology.<\/p>\n","protected":false},"author":38,"featured_media":566,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[106,13,119,32,14],"tags":[],"class_list":["post-565","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-genomics","category-guest-author","category-most-recent","category-workflows","category-workspaces"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Try out the updated GATK pipeline for Ultima Genomics data - Terra<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Try out the updated GATK pipeline for Ultima Genomics data - Terra\" \/>\n<meta property=\"og:description\" content=\"Computational biologist and GATK team member Megan Shand describes the new GATK pipeline for processing short-read WGS data produced by the Ultima Genomics technology.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/\" \/>\n<meta property=\"og:site_name\" content=\"Terra\" \/>\n<meta property=\"article:published_time\" content=\"2022-06-08T16:55:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-27T04:55:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/ultima_OG.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"627\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Megan Shand\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Megan Shand\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/\"},\"author\":{\"name\":\"Megan Shand\",\"@id\":\"https:\/\/terra.bio\/#\/schema\/person\/6e5457ac4a20fc674614c2fd28188abe\"},\"headline\":\"Try out the updated GATK pipeline for Ultima Genomics data\",\"datePublished\":\"2022-06-08T16:55:50+00:00\",\"dateModified\":\"2023-12-27T04:55:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/\"},\"wordCount\":1242,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/terra.bio\/#organization\"},\"image\":{\"@id\":\"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/ultima_OG.png\",\"articleSection\":[\"Genomics\",\"Guest Author\",\"Most Recent\",\"Workflows\",\"Workspaces\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/\",\"url\":\"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/\",\"name\":\"Try out the updated GATK pipeline for Ultima Genomics data - Terra\",\"isPartOf\":{\"@id\":\"https:\/\/terra.bio\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/ultima_OG.png\",\"datePublished\":\"2022-06-08T16:55:50+00:00\",\"dateModified\":\"2023-12-27T04:55:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/#primaryimage\",\"url\":\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/ultima_OG.png\",\"contentUrl\":\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/ultima_OG.png\",\"width\":1200,\"height\":627,\"caption\":\"ultima_OG\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/terra.bio\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Try out the updated GATK pipeline for Ultima Genomics data\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/terra.bio\/#website\",\"url\":\"https:\/\/terra.bio\/\",\"name\":\"Terra\",\"description\":\"Science at Scale\",\"publisher\":{\"@id\":\"https:\/\/terra.bio\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/terra.bio\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/terra.bio\/#organization\",\"name\":\"Terra\",\"url\":\"https:\/\/terra.bio\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/terra.bio\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/Terra-Bio-App@2x.webp\",\"contentUrl\":\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/Terra-Bio-App@2x.webp\",\"width\":287,\"height\":318,\"caption\":\"Terra\"},\"image\":{\"@id\":\"https:\/\/terra.bio\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/terra.bio\/#\/schema\/person\/6e5457ac4a20fc674614c2fd28188abe\",\"name\":\"Megan Shand\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/terra.bio\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3a5d34166a830d68e87ee608a6600f862ec59af68f3d282f7cfe03c90b7a29ee?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3a5d34166a830d68e87ee608a6600f862ec59af68f3d282f7cfe03c90b7a29ee?s=96&d=mm&r=g\",\"caption\":\"Megan Shand\"},\"url\":\"https:\/\/terra.bio\/author\/meganshand\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Try out the updated GATK pipeline for Ultima Genomics data - Terra","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/","og_locale":"en_US","og_type":"article","og_title":"Try out the updated GATK pipeline for Ultima Genomics data - Terra","og_description":"Computational biologist and GATK team member Megan Shand describes the new GATK pipeline for processing short-read WGS data produced by the Ultima Genomics technology.","og_url":"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/","og_site_name":"Terra","article_published_time":"2022-06-08T16:55:50+00:00","article_modified_time":"2023-12-27T04:55:29+00:00","og_image":[{"width":1200,"height":627,"url":"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/ultima_OG.png","type":"image\/png"}],"author":"Megan Shand","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Megan Shand","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/#article","isPartOf":{"@id":"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/"},"author":{"name":"Megan Shand","@id":"https:\/\/terra.bio\/#\/schema\/person\/6e5457ac4a20fc674614c2fd28188abe"},"headline":"Try out the updated GATK pipeline for Ultima Genomics data","datePublished":"2022-06-08T16:55:50+00:00","dateModified":"2023-12-27T04:55:29+00:00","mainEntityOfPage":{"@id":"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/"},"wordCount":1242,"commentCount":0,"publisher":{"@id":"https:\/\/terra.bio\/#organization"},"image":{"@id":"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/#primaryimage"},"thumbnailUrl":"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/ultima_OG.png","articleSection":["Genomics","Guest Author","Most Recent","Workflows","Workspaces"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/","url":"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/","name":"Try out the updated GATK pipeline for Ultima Genomics data - Terra","isPartOf":{"@id":"https:\/\/terra.bio\/#website"},"primaryImageOfPage":{"@id":"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/#primaryimage"},"image":{"@id":"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/#primaryimage"},"thumbnailUrl":"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/ultima_OG.png","datePublished":"2022-06-08T16:55:50+00:00","dateModified":"2023-12-27T04:55:29+00:00","breadcrumb":{"@id":"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/#primaryimage","url":"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/ultima_OG.png","contentUrl":"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/ultima_OG.png","width":1200,"height":627,"caption":"ultima_OG"},{"@type":"BreadcrumbList","@id":"https:\/\/terra.bio\/updated-gatk-pipeline-for-ultima-genomics-data\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/terra.bio\/"},{"@type":"ListItem","position":2,"name":"Try out the updated GATK pipeline for Ultima Genomics data"}]},{"@type":"WebSite","@id":"https:\/\/terra.bio\/#website","url":"https:\/\/terra.bio\/","name":"Terra","description":"Science at Scale","publisher":{"@id":"https:\/\/terra.bio\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/terra.bio\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/terra.bio\/#organization","name":"Terra","url":"https:\/\/terra.bio\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/terra.bio\/#\/schema\/logo\/image\/","url":"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/Terra-Bio-App@2x.webp","contentUrl":"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/Terra-Bio-App@2x.webp","width":287,"height":318,"caption":"Terra"},"image":{"@id":"https:\/\/terra.bio\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/terra.bio\/#\/schema\/person\/6e5457ac4a20fc674614c2fd28188abe","name":"Megan Shand","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/terra.bio\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3a5d34166a830d68e87ee608a6600f862ec59af68f3d282f7cfe03c90b7a29ee?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3a5d34166a830d68e87ee608a6600f862ec59af68f3d282f7cfe03c90b7a29ee?s=96&d=mm&r=g","caption":"Megan Shand"},"url":"https:\/\/terra.bio\/author\/meganshand\/"}]}},"_links":{"self":[{"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/posts\/565","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/users\/38"}],"replies":[{"embeddable":true,"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/comments?post=565"}],"version-history":[{"count":0,"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/posts\/565\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/media\/566"}],"wp:attachment":[{"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/media?parent=565"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/categories?post=565"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/tags?post=565"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}