{"lab": {"@id": "/labs/4dn-dcic-lab/", "status": "current", "uuid": "828cd4fe-ebb0-4b36-a94a-d2e3a36cc989", "display_title": "4DN DCIC, HMS", "@type": ["Lab", "Item"], "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin", "role.lab_submitter", "submits_for.828cd4fe-ebb0-4b36-a94a-d2e3a36cc989"]}}, "award": {"@id": "/awards/1U01CA200059-01/", "display_title": "4D NUCLEOME NETWORK DATA COORDINATION AND INTEGRATION CENTER - PHASE I", "uuid": "b0b9c607-f8b4-4f02-93f4-9895b461334b", "@type": ["Award", "Item"], "status": "current", "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin"]}}, "title": "Multi-stage Repli-seq", "status": "released", "cfde_term": {"@type": ["OntologyTerm", "Item"], "display_title": "DNA replication timing by sequencing assay", "status": "released", "@id": "/ontology-terms/OBI:0001920/", "uuid": "0b72e6c7-6d2a-4292-a2c4-48874fa1c565", "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin"]}}, "other_tags": ["1D"], "date_created": "2019-03-28T15:16:15.994601+00:00", "submitted_by": {"error": "no view permissions"}, "last_modified": {"modified_by": {"error": "no view permissions"}, "date_modified": "2024-07-26T17:22:10.688591+00:00"}, "raw_file_types": "Reads (fastq) provided by lab", "schema_version": "1", "static_content": [{"content": {"content": "The 4DN Repli-seq data processing pipeline includes read clipping, alignment, filtering, and aggregation. Downstream normalization, smoothing and replicate merging steps will be implemented in the near future.\n\n<dl>\n<a href=\"https://s3.amazonaws.com/4dn-dcic-public/static-pages/repliseqpipelinev16.1.png\" target=\"_blank\">\n<img src=\"https://s3.amazonaws.com/4dn-dcic-public/static-pages/repliseqpipelinev16.1.png\" width=\"100%\"/>\n</a>\n</dl>\n ", "name": "resources.data-analysis.repli-seq-processing-pipeline.overview", "title": "Overview", "award": {"@type": ["Award", "Item"], "uuid": "b0b9c607-f8b4-4f02-93f4-9895b461334b", "display_title": "4D NUCLEOME NETWORK DATA COORDINATION AND INTEGRATION CENTER - PHASE I", "@id": "/awards/1U01CA200059-01/", "status": "current", "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin"]}}, "@id": "/static-sections/5dee2016-0ea2-4862-a037-b18ded1302cd/", "filetype": "md", "status": "released", "options": {"filetype": "md", "collapsible": false, "default_open": true, "convert_ext_links": true}, "uuid": "5dee2016-0ea2-4862-a037-b18ded1302cd", "lab": {"uuid": "828cd4fe-ebb0-4b36-a94a-d2e3a36cc989", "status": "current", "display_title": "4DN DCIC, HMS", "@id": "/labs/4dn-dcic-lab/", "@type": ["Lab", "Item"], "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin", "role.lab_submitter", "submits_for.828cd4fe-ebb0-4b36-a94a-d2e3a36cc989"]}}, "display_title": "Overview", "@type": ["StaticSection", "UserContent", "Item"], "content_as_html": "<div class=\"markdown-container\"><p>The 4DN Repli-seq data processing pipeline includes read clipping, alignment, filtering, and aggregation. Downstream normalization, smoothing and replicate merging steps will be implemented in the near future.</p>\n<dl>\n<a href=\"https://s3.amazonaws.com/4dn-dcic-public/static-pages/repliseqpipelinev16.1.png\" rel=\"noopener noreferrer\" target=\"_blank\">\n<img src=\"https://s3.amazonaws.com/4dn-dcic-public/static-pages/repliseqpipelinev16.1.png\" width=\"100%\"/>\n</a>\n</dl></div>", "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin", "role.owner", "userid.986b362f-4eb6-4a9c-8173-3ab267307e3a"]}}, "location": "tab:data_processing"}, {"content": {"content": "Adaptor sequences are clipped from repli-seq reads using ``cutadapt`` version 1.14. Specifically, we run: ::\n\n  cutadapt -q 0 -O 1 -m 0 -a <adaptor> <fastq>\n\n* The ``-q 0`` is used to turn off low-quality base removal before adapter searching.\n* The ``-O 1`` sets the minimum required overlap length between read end and adaptor to be 1 (default is 3), in case the adaptor sequence partially overlaps with the read rather than being contained in a read.\n* The ``-m 0`` means that empty reads are kept and will appear in the output.\n\n**AGATCGGAAGAGCACACGTCTG** is used as adaptor sequence.", "name": "resources.data-analysis.repli-seq-processing-pipeline.clip", "title": "Read Clipping", "award": {"@type": ["Award", "Item"], "uuid": "b0b9c607-f8b4-4f02-93f4-9895b461334b", "display_title": "4D NUCLEOME NETWORK DATA COORDINATION AND INTEGRATION CENTER - PHASE I", "@id": "/awards/1U01CA200059-01/", "status": "current", "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin"]}}, "@id": "/static-sections/12bf2793-6712-4e03-aeef-a67a8d613597/", "filetype": "rst", "status": "released", "options": {"filetype": "rst", "collapsible": false, "default_open": true, "convert_ext_links": true}, "uuid": "12bf2793-6712-4e03-aeef-a67a8d613597", "lab": {"uuid": "828cd4fe-ebb0-4b36-a94a-d2e3a36cc989", "status": "current", "display_title": "4DN DCIC, HMS", "@id": "/labs/4dn-dcic-lab/", "@type": ["Lab", "Item"], "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin", "role.lab_submitter", "submits_for.828cd4fe-ebb0-4b36-a94a-d2e3a36cc989"]}}, "display_title": "Read Clipping", "@type": ["StaticSection", "UserContent", "Item"], "content_as_html": "<div class=\"rst-container\"><p>Adaptor sequences are clipped from repli-seq reads using <code>cutadapt</code> version 1.14. Specifically, we run:</p><pre class=\"literal-block\">\ncutadapt -q 0 -O 1 -m 0 -a &lt;adaptor&gt; &lt;fastq&gt;\n</pre><ul class=\"simple\"><li>The <code></code> is used to turn off low-quality base removal before adapter searching.</li><li>The <code></code> sets the minimum required overlap length between read end and adaptor to be 1 (default is 3), in case the adaptor sequence partially overlaps with the read rather than being contained in a read.</li><li>The <code></code> means that empty reads are kept and will appear in the output.</li></ul><p><strong>AGATCGGAAGAGCACACGTCTG</strong> is used as adaptor sequence.</p></div>", "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin", "role.owner", "userid.986b362f-4eb6-4a9c-8173-3ab267307e3a"]}}, "location": "tab:data_processing"}, {"content": {"content": "Clipped repli-seq reads are mapped to the `GRCh38 <https://data.4dnucleome.org/files-reference/4DNFIZQZ39L9/>`_ (human) or `mm10 <https://data.4dnucleome.org/files-reference/4DNFI823LSI8/>`_ (mouse) reference genome using `bwa` version 0.7.15. Specifically, we run `bwa mem` with default options: ::\n\n    bwa mem <genome_index> <fastq1> <fastq2>\n", "name": "resources.data-analysis.repli-seq-processing-pipeline.alignment", "title": "Alignment", "award": {"@type": ["Award", "Item"], "uuid": "b0b9c607-f8b4-4f02-93f4-9895b461334b", "display_title": "4D NUCLEOME NETWORK DATA COORDINATION AND INTEGRATION CENTER - PHASE I", "@id": "/awards/1U01CA200059-01/", "status": "current", "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin"]}}, "@id": "/static-sections/1d6fbeb6-2e45-41f6-a064-f078ab592a97/", "filetype": "rst", "status": "released", "options": {"filetype": "rst", "collapsible": false, "default_open": true, "convert_ext_links": true}, "uuid": "1d6fbeb6-2e45-41f6-a064-f078ab592a97", "lab": {"uuid": "828cd4fe-ebb0-4b36-a94a-d2e3a36cc989", "status": "current", "display_title": "4DN DCIC, HMS", "@id": "/labs/4dn-dcic-lab/", "@type": ["Lab", "Item"], "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin", "role.lab_submitter", "submits_for.828cd4fe-ebb0-4b36-a94a-d2e3a36cc989"]}}, "display_title": "Alignment", "@type": ["StaticSection", "UserContent", "Item"], "content_as_html": "<div class=\"rst-container\"><p>Clipped repli-seq reads are mapped to the <a class=\"reference external\" href=\"https://data.4dnucleome.org/files-reference/4DNFIZQZ39L9/\" rel=\"noopener noreferrer\" target=\"_blank\">GRCh38</a> (human) or <a class=\"reference external\" href=\"https://data.4dnucleome.org/files-reference/4DNFI823LSI8/\" rel=\"noopener noreferrer\" target=\"_blank\">mm10</a> (mouse) reference genome using <cite>bwa</cite> version 0.7.15. Specifically, we run <cite>bwa mem</cite> with default options:</p><pre class=\"literal-block\">\nbwa mem &lt;genome_index&gt; &lt;fastq1&gt; &lt;fastq2&gt;\n</pre></div>", "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin", "role.owner", "userid.986b362f-4eb6-4a9c-8173-3ab267307e3a"]}}, "location": "tab:data_processing"}, {"content": {"content": "For filtering valid Repli-seq alignments, we use `samtools`. \nSpecifically, the filtering workflow consists of the following\n steps:\n\n* **MAPQ filtering**: `samtools view` command with `-q 20` was used to skip alignments with MAPQ smaller than 20.\n* **Sorting**: `samtools sort` command was used to sort alignments by genomic coordinates.\n* **Removal of PCR duplicates**: `samtools rmdup` command was used to remove duplicate alignments.\n", "name": "resources.data-analysis.repli-seq-processing-pipeline.filter", "title": "Filtering", "award": {"@type": ["Award", "Item"], "uuid": "b0b9c607-f8b4-4f02-93f4-9895b461334b", "display_title": "4D NUCLEOME NETWORK DATA COORDINATION AND INTEGRATION CENTER - PHASE I", "@id": "/awards/1U01CA200059-01/", "status": "current", "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin"]}}, "@id": "/static-sections/783638cb-c81a-410f-bb42-a55222d6f2aa/", "filetype": "md", "status": "released", "options": {"filetype": "md", "collapsible": false, "default_open": true}, "uuid": "783638cb-c81a-410f-bb42-a55222d6f2aa", "lab": {"uuid": "828cd4fe-ebb0-4b36-a94a-d2e3a36cc989", "status": "current", "display_title": "4DN DCIC, HMS", "@id": "/labs/4dn-dcic-lab/", "@type": ["Lab", "Item"], "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin", "role.lab_submitter", "submits_for.828cd4fe-ebb0-4b36-a94a-d2e3a36cc989"]}}, "display_title": "Filtering", "@type": ["StaticSection", "UserContent", "Item"], "content_as_html": "<div class=\"markdown-container\"><p>For filtering valid Repli-seq alignments, we use <code>samtools</code>. \nSpecifically, the filtering workflow consists of the following\n steps:</p>\n<ul>\n<li><strong>MAPQ filtering</strong>: <code>samtools view</code> command with <code>-q 20</code> was used to skip alignments with MAPQ smaller than 20.</li>\n<li><strong>Sorting</strong>: <code>samtools sort</code> command was used to sort alignments by genomic coordinates.</li>\n<li><strong>Removal of PCR duplicates</strong>: <code>samtools rmdup</code> command was used to remove duplicate alignments.</li>\n</ul></div>", "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin", "role.owner", "userid.986b362f-4eb6-4a9c-8173-3ab267307e3a"]}}, "location": "tab:data_processing"}, {"content": {"content": "Filtered reads were aggregated for each 5kb window using ``bedtools coverage``. Specifically, the following command was used: ::\n\n    bedtools coverage -counts -sorted -a <BINFILE> -b <INPUT_BAM>\n\nOutput is provided in both gzipped ``bedgraph`` and ``bigwig`` formats and can be viewed using HiGlass.\n\nAs of v16.1, the pipeline output includes a raw counts file in addition to the default scaled counts (RPKM).\n", "name": "resources.data-analysis.repli-seq-processing-pipeline.counting", "title": "Binning and Aggregation", "award": {"@type": ["Award", "Item"], "uuid": "b0b9c607-f8b4-4f02-93f4-9895b461334b", "display_title": "4D NUCLEOME NETWORK DATA COORDINATION AND INTEGRATION CENTER - PHASE I", "@id": "/awards/1U01CA200059-01/", "status": "current", "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin"]}}, "@id": "/static-sections/7a2e5772-c31c-4f8a-95fc-0c4aeebdcf9e/", "filetype": "rst", "status": "released", "options": {"filetype": "rst", "collapsible": false, "default_open": true, "convert_ext_links": true}, "uuid": "7a2e5772-c31c-4f8a-95fc-0c4aeebdcf9e", "lab": {"uuid": "828cd4fe-ebb0-4b36-a94a-d2e3a36cc989", "status": "current", "display_title": "4DN DCIC, HMS", "@id": "/labs/4dn-dcic-lab/", "@type": ["Lab", "Item"], "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin", "role.lab_submitter", "submits_for.828cd4fe-ebb0-4b36-a94a-d2e3a36cc989"]}}, "display_title": "Binning and Aggregation", "@type": ["StaticSection", "UserContent", "Item"], "content_as_html": "<div class=\"rst-container\"><p>Filtered reads were aggregated for each 5kb window using <code>bedtools coverage</code>. Specifically, the following command was used:</p><pre class=\"literal-block\">\nbedtools coverage -counts -sorted -a &lt;BINFILE&gt; -b &lt;INPUT_BAM&gt;\n</pre><p>Output is provided in both gzipped <code>bedgraph</code> and <code>bigwig</code> formats and can be viewed using HiGlass.</p><p>As of v16.1, the pipeline output includes a raw counts file in addition to the default scaled counts (RPKM).</p></div>", "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin", "role.owner", "userid.986b362f-4eb6-4a9c-8173-3ab267307e3a"]}}, "location": "tab:data_processing"}, {"content": {"content": "Below is a description of the file formats available on the portal as outputs of the data processing pipeline.\n<br><br>\n\n<style>\n    table, th, td {\n        border: 1px solid #ddd;\n        font-size: 100%;\n        padding: 20px;\n    }\n</style>\n<table style=\"width:100%\">\n    <thead>\n        <tr>\n            <th style=\"text-align:left; padding:15px; width:120px\">File Type</th>\n            <th style=\"text-align:left; padding:15px; width:120px\">File Format</th>\n            <th style=\"text-align:left; padding:15px\">Description</th>\n        </tr>\n    </thead>\n    <tr>\n        <td style=\"padding:20px\">Alignment</td>\n        <td style=\"padding:20px\">.bam </td>\n        <td style=\"padding:20px\">Filtered alignments of raw reads to the appropriate reference are available in .bam format. These are generated separately for each replicate experiment in an experiment set.</td>\n    </tr>\n    <tr>\n        <td style=\"padding:20px\">Read Counts</td>\n        <td style=\"padding:20px\"><a href=\"http://genome.ucsc.edu/goldenPath/help/bedgraph\">bedgraph</a> (.bg)</td>\n        <td style=\"padding:20px\">Contains read counts for each 5kb window after filtering. Replicate experiments are processed separately. These will often have 2 associated files with them - a bedgraph index (.bedGraph.gz.px2) and a bigwig (.bw) file. The bigwig file can be visualized as a 1D track in <a href=\"https://higlass.io\">HiGlass</a>.</td>\n    </tr>\n</table>", "name": "repliseq-processed-files", "award": {"@type": ["Award", "Item"], "uuid": "b0b9c607-f8b4-4f02-93f4-9895b461334b", "display_title": "4D NUCLEOME NETWORK DATA COORDINATION AND INTEGRATION CENTER - PHASE I", "@id": "/awards/1U01CA200059-01/", "status": "current", "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin"]}}, "@id": "/static-sections/f963ca27-1f3a-4f88-a9d9-96d1dcdb4d82/", "filetype": "html", "status": "released", "options": {"filetype": "html", "collapsible": false, "default_open": true}, "uuid": "f963ca27-1f3a-4f88-a9d9-96d1dcdb4d82", "lab": {"uuid": "828cd4fe-ebb0-4b36-a94a-d2e3a36cc989", "status": "current", "display_title": "4DN DCIC, HMS", "@id": "/labs/4dn-dcic-lab/", "@type": ["Lab", "Item"], "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin", "role.lab_submitter", "submits_for.828cd4fe-ebb0-4b36-a94a-d2e3a36cc989"]}}, "display_title": "repliseq-processed-files", "@type": ["StaticSection", "UserContent", "Item"], "content_as_html": "<div class=\"html-container\">Below is a description of the file formats available on the portal as outputs of the data processing pipeline.\n<br/><br/>\n<style>\n    table, th, td {\n        border: 1px solid #ddd;\n        font-size: 100%;\n        padding: 20px;\n    }\n</style>\n<table style=\"width:100%\">\n<thead>\n<tr>\n<th style=\"text-align:left; padding:15px; width:120px\">File Type</th>\n<th style=\"text-align:left; padding:15px; width:120px\">File Format</th>\n<th style=\"text-align:left; padding:15px\">Description</th>\n</tr>\n</thead>\n<tr>\n<td style=\"padding:20px\">Alignment</td>\n<td style=\"padding:20px\">.bam </td>\n<td style=\"padding:20px\">Filtered alignments of raw reads to the appropriate reference are available in .bam format. These are generated separately for each replicate experiment in an experiment set.</td>\n</tr>\n<tr>\n<td style=\"padding:20px\">Read Counts</td>\n<td style=\"padding:20px\"><a href=\"http://genome.ucsc.edu/goldenPath/help/bedgraph\" rel=\"noopener noreferrer\" target=\"_blank\">bedgraph</a> (.bg)</td>\n<td style=\"padding:20px\">Contains read counts for each 5kb window after filtering. Replicate experiments are processed separately. These will often have 2 associated files with them - a bedgraph index (.bedGraph.gz.px2) and a bigwig (.bw) file. The bigwig file can be visualized as a 1D track in <a href=\"https://higlass.io\" rel=\"noopener noreferrer\" target=\"_blank\">HiGlass</a>.</td>\n</tr>\n</table></div>", "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin", "role.owner", "userid.986b362f-4eb6-4a9c-8173-3ab267307e3a"]}}, "location": "tab:processed_files"}, {"content": {"content": "The pipeline components are pre-installed in a publicly\navailable Docker image (`4dndcic/4dn-repliseq:v16.1`) on\nDocker Hub. The source code for the Docker image and pipeline\n description in Common Workflow Language (CWL) can be found on\n GitHub.\n\n* Latest version (v16.1)\n    * Workflow metadata : https://data.4dnucleome.org/workflows/622bdf75-2dd1-457f-ad78-d4cd128f8f5b/\n    * CWL : https://github.com/4dn-dcic/docker-4dn-repliseq/tree/v16.1/cwl\n    * Docker : https://github.com/4dn-dcic/docker-4dn-repliseq/tree/v16.1\n* Older versions\n  * v16\n      * Workflow metadata : https://data.4dnucleome.org/workflows/2a6807f1-93db-4c7b-b148-672534193974/\n      * CWL : https://github.com/4dn-dcic/docker-4dn-repliseq/tree/v16/cwl\n      * Docker : https://github.com/4dn-dcic/docker-4dn-repliseq/tree/v16\n  * v14\n      * Workflow metadata : https://data.4dnucleome.org/workflows/4459a4d8-1bd8-4b6a-b2cc-2506f4270a34/\n      * CWL : https://github.com/4dn-dcic/docker-4dn-repliseq/tree/v14/cwl\n      * Docker : https://github.com/4dn-dcic/docker-4dn-repliseq/tree/v14\n  * v13.1\n      * Workflow metadata : https://data.4dnucleome.org/workflows/146da22a-502d-4500-bf57-a7cf0b4b2364/\n      * CWL : https://github.com/4dn-dcic/docker-4dn-repliseq/tree/v13.1/cwl\n      * Docker : https://github.com/4dn-dcic/docker-4dn-repliseq/tree/v13.1", "name": "resources.data-analysis.repli-seq-processing-pipeline.source", "title": "Source files", "award": {"@type": ["Award", "Item"], "uuid": "b0b9c607-f8b4-4f02-93f4-9895b461334b", "display_title": "4D NUCLEOME NETWORK DATA COORDINATION AND INTEGRATION CENTER - PHASE I", "@id": "/awards/1U01CA200059-01/", "status": "current", "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin"]}}, "@id": "/static-sections/ac055847-7b66-48d4-8778-90d67226c13f/", "filetype": "md", "status": "released", "options": {"filetype": "md", "collapsible": false, "default_open": true, "convert_ext_links": true}, "uuid": "ac055847-7b66-48d4-8778-90d67226c13f", "lab": {"uuid": "828cd4fe-ebb0-4b36-a94a-d2e3a36cc989", "status": "current", "display_title": "4DN DCIC, HMS", "@id": "/labs/4dn-dcic-lab/", "@type": ["Lab", "Item"], "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin", "role.lab_submitter", "submits_for.828cd4fe-ebb0-4b36-a94a-d2e3a36cc989"]}}, "display_title": "Source files", "@type": ["StaticSection", "UserContent", "Item"], "content_as_html": "<div class=\"markdown-container\"><p>The pipeline components are pre-installed in a publicly\navailable Docker image (<code>4dndcic/4dn-repliseq:v16.1</code>) on\nDocker Hub. The source code for the Docker image and pipeline\n description in Common Workflow Language (CWL) can be found on\n GitHub.</p>\n<ul>\n<li>Latest version (v16.1)<ul>\n<li>Workflow metadata : https://data.4dnucleome.org/workflows/622bdf75-2dd1-457f-ad78-d4cd128f8f5b/</li>\n<li>CWL : https://github.com/4dn-dcic/docker-4dn-repliseq/tree/v16.1/cwl</li>\n<li>Docker : https://github.com/4dn-dcic/docker-4dn-repliseq/tree/v16.1</li>\n</ul>\n</li>\n<li>Older versions</li>\n<li>v16<ul>\n<li>Workflow metadata : https://data.4dnucleome.org/workflows/2a6807f1-93db-4c7b-b148-672534193974/</li>\n<li>CWL : https://github.com/4dn-dcic/docker-4dn-repliseq/tree/v16/cwl</li>\n<li>Docker : https://github.com/4dn-dcic/docker-4dn-repliseq/tree/v16</li>\n</ul>\n</li>\n<li>v14<ul>\n<li>Workflow metadata : https://data.4dnucleome.org/workflows/4459a4d8-1bd8-4b6a-b2cc-2506f4270a34/</li>\n<li>CWL : https://github.com/4dn-dcic/docker-4dn-repliseq/tree/v14/cwl</li>\n<li>Docker : https://github.com/4dn-dcic/docker-4dn-repliseq/tree/v14</li>\n</ul>\n</li>\n<li>v13.1<ul>\n<li>Workflow metadata : https://data.4dnucleome.org/workflows/146da22a-502d-4500-bf57-a7cf0b4b2364/</li>\n<li>CWL : https://github.com/4dn-dcic/docker-4dn-repliseq/tree/v13.1/cwl</li>\n<li>Docker : https://github.com/4dn-dcic/docker-4dn-repliseq/tree/v13.1</li>\n</ul>\n</li>\n</ul></div>", "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin", "role.owner", "userid.986b362f-4eb6-4a9c-8173-3ab267307e3a"]}}, "location": "tab:data_processing"}], "controlled_term": {"status": "released", "display_title": "multi-stage Repli-seq", "uuid": "b83732ab-8d33-448b-a02b-538be72951b0", "term_id": "EFO:0009970", "preferred_name": "multi-stage Repli-seq", "@type": ["OntologyTerm", "Item"], "term_name": "multi-stage Repli-seq", "@id": "/ontology-terms/EFO:0009970/", "term_url": "http://www.ebi.ac.uk/efo/EFO_0009970", "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin"]}}, "experiment_name": "multi-stage-repli-seq", "current_pipeline": "RepliSeq_Pipeline_v16.1_step1", "valid_item_types": ["ExperimentRepliseq"], "accepted_pipelines": ["RepliSeq_Pipeline_v13.1_step1", "RepliSeq_Pipeline_v14_step1", "RepliSeq_Pipeline_v16_step1"], "experiment_category": "Sequencing", "assay_classification": "Linear DNA Enrichment", "assay_subclass_short": "Replication timing", "assay_subclassification": "Replication Timing", "@id": "/experiment-types/multi-stage-repli-seq/", "@type": ["ExperimentType", "Item"], "uuid": "a81c2c5a-7bec-46cf-ba78-db93fde25ca8", "principals_allowed": {"view": ["system.Everyone"], "edit": ["group.admin"]}, "display_title": "Multi-stage Repli-seq", "external_references": [], "@context": "/terms/", "aggregated-items": {}, "validation-errors": []}